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