diff options
Diffstat (limited to 'src/ipc/shmctl.c')
-rw-r--r-- | src/ipc/shmctl.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ipc/shmctl.c b/src/ipc/shmctl.c index 1c9f78c2..dacd57b3 100644 --- a/src/ipc/shmctl.c +++ b/src/ipc/shmctl.c @@ -49,3 +49,11 @@ int shmctl(int id, int cmd, struct shmid_ds *buf) #endif return __syscall_ret(r); } + + +#ifdef TEST +int +main(void) { + return 0; +} +#endif |