summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
diff options
context:
space:
mode:
authorKhem Raj <kraj@mvista.com>2008-07-17 08:00:58 +0000
committerKhem Raj <kraj@mvista.com>2008-07-17 08:00:58 +0000
commitc09e8cc42e94e975fe24f98deff11ff748a2d26f (patch)
tree9e77d4ba2db95888a84aeaa312c5e43bc539a2d0 /libc/sysdeps/linux
parent593d995ef8079f538e20acf5342ccf530dfc09b7 (diff)
downloaduClibc-alpine-c09e8cc42e94e975fe24f98deff11ff748a2d26f.tar.bz2
uClibc-alpine-c09e8cc42e94e975fe24f98deff11ff748a2d26f.tar.xz
These are already unwired in kernel headers so dont worry about them in uclibc
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r--libc/sysdeps/linux/arm/bits/syscalls.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/libc/sysdeps/linux/arm/bits/syscalls.h b/libc/sysdeps/linux/arm/bits/syscalls.h
index 85f07ddd4..85c6cbd55 100644
--- a/libc/sysdeps/linux/arm/bits/syscalls.h
+++ b/libc/sysdeps/linux/arm/bits/syscalls.h
@@ -4,24 +4,6 @@
# error "Never use <bits/syscalls.h> directly; include <sys/syscall.h> instead."
#endif
-/* EABI kernels don't implement some redundant syscalls. Undefine them
- here so that fallback implementations will be used. */
-
-#if defined(__ARM_EABI__)
-#undef __NR_time
-#undef __NR_umount
-#undef __NR_stime
-#undef __NR_alarm
-#undef __NR_utime
-#undef __NR_getrlimit
-#undef __NR_select
-#undef __NR_readdir
-#undef __NR_mmap
-#undef __NR_socketcall
-#undef __NR_syscall
-#undef __NR_ipc
-#endif
-
/*
Some of the sneaky macros in the code were taken from
glibc-2.3.2/sysdeps/unix/sysv/linux/arm/sysdep.h