svn commit: branches/uClibc-nptl/libc/sysdeps/linux/arm/bits

kraj at uclibc.org kraj at uclibc.org
Thu Jul 17 08:01:03 UTC 2008


Author: kraj
Date: 2008-07-17 01:00:58 -0700 (Thu, 17 Jul 2008)
New Revision: 22851

Log:
These are already unwired in kernel headers so dont worry about them in uclibc

Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/syscalls.h


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/syscalls.h
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/syscalls.h	2008-07-16 23:45:11 UTC (rev 22850)
+++ branches/uClibc-nptl/libc/sysdeps/linux/arm/bits/syscalls.h	2008-07-17 08:00:58 UTC (rev 22851)
@@ -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




More information about the uClibc-cvs mailing list