summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-09 16:51:42 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-07-09 16:51:42 +0000
commit02aea2e1b55c5afaa5fa32061db6a415dc27ffb6 (patch)
tree10bb9344f2778894e48ec72a06be0b80892e9a17 /libc/sysdeps/linux/common
parent62a21af8006ab04282fdc354c5b4dc765f56d058 (diff)
downloaduClibc-alpine-02aea2e1b55c5afaa5fa32061db6a415dc27ffb6.tar.bz2
uClibc-alpine-02aea2e1b55c5afaa5fa32061db6a415dc27ffb6.tar.xz
BIG BIG commit: forgotten files
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r--libc/sysdeps/linux/common/__syscall_ipc.c17
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