summaryrefslogtreecommitdiff
path: root/src/sys/shm/shmctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/shm/shmctl.c')
-rw-r--r--src/sys/shm/shmctl.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/shm/shmctl.c b/src/sys/shm/shmctl.c
deleted file mode 100644
index 181f0c4c..00000000
--- a/src/sys/shm/shmctl.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/shm.h>
-
-int shmctl(int shmid, int cmd, struct shmid_ds *buf)
-{
- return 0;
-}
-
-/*
-XOPEN(4)
-*/