aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/file.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2008-06-27 05:39:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2008-06-27 05:39:04 +0000
commit6bc1e9cd840f8e007a79b9ddf7cde686a050a8cf (patch)
treee94ec8146325f40866cbcb0e03cb0a60dcca5dde /sys/sys/file.h
parent02f4879d3ac31fe03976a006123b9c2c33e05f4f (diff)
downloadsrc-6bc1e9cd840f8e007a79b9ddf7cde686a050a8cf.tar.gz
src-6bc1e9cd840f8e007a79b9ddf7cde686a050a8cf.zip
Notes
Diffstat (limited to 'sys/sys/file.h')
-rw-r--r--sys/sys/file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/file.h b/sys/sys/file.h
index b2a6820c333e..6f7dc0021a1b 100644
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -61,6 +61,7 @@ struct socket;
#define DTYPE_CRYPTO 6 /* crypto */
#define DTYPE_MQUEUE 7 /* posix message queue */
#define DTYPE_SHM 8 /* swap-backed shared memory */
+#define DTYPE_SEM 9 /* posix semaphore */
#ifdef _KERNEL