summaryrefslogtreecommitdiffstats
path: root/sys/sys/syscall-hide.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1994-09-13 14:47:38 +0000
committerdfr <dfr@FreeBSD.org>1994-09-13 14:47:38 +0000
commit580fe46632ff236a0f268c29705d04d44ad2f89a (patch)
tree0b43a166c9d31a9a5c55d5efd7085507563a3825 /sys/sys/syscall-hide.h
parenta7c9d6c8b52a067267445732a70349e616440364 (diff)
downloadFreeBSD-src-580fe46632ff236a0f268c29705d04d44ad2f89a.zip
FreeBSD-src-580fe46632ff236a0f268c29705d04d44ad2f89a.tar.gz
Added SYSV ipcs.
Obtained from: NetBSD and FreeBSD-1.1.5
Diffstat (limited to 'sys/sys/syscall-hide.h')
-rw-r--r--sys/sys/syscall-hide.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h
index fd91f49..92aea01 100644
--- a/sys/sys/syscall-hide.h
+++ b/sys/sys/syscall-hide.h
@@ -2,7 +2,7 @@
* System call hiders.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from $Id: syscalls.master,v 1.6 1994/09/01 05:12:42 davidg Exp $
+ * created from $Id: syscalls.master,v 1.7 1994/09/13 00:48:19 wollman Exp $
*/
HIDE_POSIX(fork)
@@ -175,6 +175,14 @@ HIDE_BSD(setdomainname)
HIDE_BSD(uname)
HIDE_BSD(sysarch)
HIDE_BSD(rtprio)
+#ifdef SYSVSEM
+HIDE_BSD(semsys)
+#else
+#endif
+#ifdef SYSVMSG
+HIDE_BSD(msgsys)
+#else
+#endif
#ifdef SYSVSHM
HIDE_BSD(shmsys)
#else
OpenPOWER on IntegriCloud