diff options
author | mr <mr@FreeBSD.org> | 2001-09-15 09:50:38 +0000 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2001-09-15 09:50:38 +0000 |
commit | 99ae75a097ca7f2e4fabca5b0c137987e421bd91 (patch) | |
tree | 404d7be16ab6c9ab5b9122b39a5b306417b35272 /sys/alpha/linux | |
parent | 57403f5f90e0bf91957389f03a1d9ad47746a5c7 (diff) | |
download | FreeBSD-src-99ae75a097ca7f2e4fabca5b0c137987e421bd91.zip FreeBSD-src-99ae75a097ca7f2e4fabca5b0c137987e421bd91.tar.gz |
Implement LINUX_[SEM|IPC]_[STAT|INFO]
to make /compat/linux/usr/bin/ipcs -s happy.
PR: kern/29698 (part)
Reviewed by: audit
Diffstat (limited to 'sys/alpha/linux')
-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 6ea22e6..f1f31fd 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; |