summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/shmctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/shmctl.c')
-rw-r--r--lib/libc/gen/shmctl.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/libc/gen/shmctl.c b/lib/libc/gen/shmctl.c
deleted file mode 100644
index b0585fd..0000000
--- a/lib/libc/gen/shmctl.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$Id$";
-#endif /* LIBC_SCCS and not lint */
-
-#include <sys/types.h>
-#include <sys/ipc.h>
-#include <sys/shm.h>
-
-#if __STDC__
-int shmctl(int shmid, int cmd, struct shmid_ds *buf)
-#else
-int shmctl(shmid, cmd, buf)
- int shmid;
- int cmd;
- struct shmid_ds *buf;
-#endif
-{
- return (shmsys(4, shmid, cmd, buf));
-}
OpenPOWER on IntegriCloud