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