diff options
| author | Michael Reifenberger <mr@FreeBSD.org> | 2001-09-15 09:50:38 +0000 |
|---|---|---|
| committer | Michael Reifenberger <mr@FreeBSD.org> | 2001-09-15 09:50:38 +0000 |
| commit | a6e5348e2274330ad16b94a3f514a9431e9fdfb1 (patch) | |
| tree | 404d7be16ab6c9ab5b9122b39a5b306417b35272 /sys/alpha/linux/linux.h | |
| parent | 87954c66e967b022baa61af22ff522bf2cf3caba (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux/linux.h')
| -rw-r--r-- | sys/alpha/linux/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 6ea22e66f02b..f1f31fd231fc 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -383,6 +383,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; |
