summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux.h
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2001-09-15 09:50:38 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2001-09-15 09:50:38 +0000
commita6e5348e2274330ad16b94a3f514a9431e9fdfb1 (patch)
tree404d7be16ab6c9ab5b9122b39a5b306417b35272 /sys/i386/linux/linux.h
parent87954c66e967b022baa61af22ff522bf2cf3caba (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux.h')
-rw-r--r--sys/i386/linux/linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 2b2a916f1a52..26fc4c0f0a50 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -542,6 +542,8 @@ int linux_ioctl_unregister_handler(struct linux_ioctl_handler *h);
#define LINUX_GETZCNT 15
#define LINUX_SETVAL 16
#define LINUX_SETALL 17
+#define LINUX_SEM_STAT 18
+#define LINUX_SEM_INFO 19
union l_semun {
l_int val;