summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/cris/ipc.c')
-rw-r--r--libc/sysdeps/linux/cris/ipc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/cris/ipc.c b/libc/sysdeps/linux/cris/ipc.c
new file mode 100644
index 000000000..574d99fcd
--- /dev/null
+++ b/libc/sysdeps/linux/cris/ipc.c
@@ -0,0 +1,4 @@
+#include <syscall.h>
+
+_syscall6(int, ipc, unsigned int, call, int, first, int, second, int, third,
+ void *, ptr, long, fifth);