diff options
Diffstat (limited to 'libc/sysdeps/linux/cris/ipc.c')
-rw-r--r-- | libc/sysdeps/linux/cris/ipc.c | 4 |
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); |