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