diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-20 11:12:13 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-20 11:12:13 +0000 |
commit | 6e894d9315534bcfc637c84ade7464b2b731f2f9 (patch) | |
tree | d07601d1c9a56a8db899ca773d6e9466110afb19 /libc/sysdeps/linux/cris | |
parent | 2f7adfdcfed5f8f9d438805cc583a3254c63c2d8 (diff) |
Removed unused file
Diffstat (limited to 'libc/sysdeps/linux/cris')
-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); |