summaryrefslogtreecommitdiff
path: root/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ipc.c')
-rw-r--r--ipc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc.c b/ipc.c
index d8757c1..e1746cb 100644
--- a/ipc.c
+++ b/ipc.c
@@ -32,7 +32,6 @@
#include "defs.h"
-
# ifdef HAVE_MQUEUE_H
# include <mqueue.h>
# endif
@@ -443,7 +442,6 @@ int sys_shmdt(struct tcb *tcp)
return 0;
}
-
int
sys_mq_open(struct tcb *tcp)
{