diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 16:51:42 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-07-09 16:51:42 +0000 |
commit | 02aea2e1b55c5afaa5fa32061db6a415dc27ffb6 (patch) | |
tree | 10bb9344f2778894e48ec72a06be0b80892e9a17 /libc/sysdeps/linux/common/__syscall_ipc.c | |
parent | 62a21af8006ab04282fdc354c5b4dc765f56d058 (diff) | |
download | uClibc-alpine-02aea2e1b55c5afaa5fa32061db6a415dc27ffb6.tar.bz2 uClibc-alpine-02aea2e1b55c5afaa5fa32061db6a415dc27ffb6.tar.xz |
BIG BIG commit: forgotten files
Diffstat (limited to 'libc/sysdeps/linux/common/__syscall_ipc.c')
-rw-r--r-- | libc/sysdeps/linux/common/__syscall_ipc.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libc/sysdeps/linux/common/__syscall_ipc.c b/libc/sysdeps/linux/common/__syscall_ipc.c deleted file mode 100644 index decc65ae5..000000000 --- a/libc/sysdeps/linux/common/__syscall_ipc.c +++ /dev/null @@ -1,17 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* - * __syscall_ipc() for uClibc - * - * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#include "syscalls.h" - -#ifdef __NR_ipc -#define __NR___syscall_ipc __NR_ipc -#include "../../../misc/sysvipc/ipc.h" -_syscall5(int, __syscall_ipc, unsigned int, call, int, first, int, second, int, - third, void *, ptr); -#endif |