summaryrefslogtreecommitdiff
path: root/src/sys/msg/msgctl.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-09 15:58:09 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-09 15:58:09 -0500
commit2ab929aca6fe4700f285ed5375059ce89eef7be7 (patch)
treec09f8efe462d17a3a2e81a6d9d2868c34c4d2202 /src/sys/msg/msgctl.c
parent8dec6952f7402353592a4434ffb409d5d0a359ab (diff)
merge XOPEN identifiers
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)
+*/