summaryrefslogtreecommitdiff
path: root/src/sys/msg/msgsnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/msg/msgsnd.c')
-rw-r--r--src/sys/msg/msgsnd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sys/msg/msgsnd.c b/src/sys/msg/msgsnd.c
deleted file mode 100644
index 46149151..00000000
--- a/src/sys/msg/msgsnd.c
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <sys/msg.h>
-
-int msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg)
-{
- return 0;
-}
-
-/*
-XOPEN(4)
-*/