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