From 35df59db508dbf23437f3253f25147191796e19f Mon Sep 17 00:00:00 2001 From: Tobias Anderberg Date: Mon, 16 Sep 2002 08:08:37 +0000 Subject: Initial version of the CRIS port. --- libc/sysdeps/linux/cris/ipc.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libc/sysdeps/linux/cris/ipc.c (limited to 'libc/sysdeps/linux/cris/ipc.c') 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 + +_syscall6(int, ipc, unsigned int, call, int, first, int, second, int, third, + void *, ptr, long, fifth); -- cgit v1.2.3