about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/kernel-features.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-25 22:30:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-25 22:30:06 +0000
commita82392228a31bb94b8dc4c35a37b04611d19891f (patch)
treef4b0d5b7899e2e4c6164db6cab1f5cad1773ae93 /sysdeps/unix/sysv/linux/kernel-features.h
parent918b56067a444572f1c71b02f18255ae4540b043 (diff)
downloadglibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.gz
glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.tar.xz
glibc-a82392228a31bb94b8dc4c35a37b04611d19891f.zip
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL.
Diffstat (limited to 'sysdeps/unix/sysv/linux/kernel-features.h')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index fd2f1dbd01..0ea453d999 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -40,11 +40,6 @@
 /* The sendfile syscall was introduced in 2.2.0.  */
 #define __ASSUME_SENDFILE		1
 
-/* On x86 another `getrlimit' syscall was added in 2.3.25.  */
-#ifdef __i386__
-# define __ASSUME_NEW_GETRLIMIT_SYSCALL	1
-#endif
-
 /* On x86 the truncate64/ftruncate64 syscalls were introduced in 2.3.31.  */
 #ifdef __i386__
 # define __ASSUME_TRUNCATE64_SYSCALL	1
@@ -68,11 +63,6 @@
 # define __ASSUME_STAT64_SYSCALL	1
 #endif
 
-/* I know for sure that getrlimit are in 2.3.35 on powerpc.  */
-#ifdef __powerpc__
-# define __ASSUME_NEW_GETRLIMIT_SYSCALL	1
-#endif
-
 /* I know for sure that these are in 2.3.35 on powerpc. But PowerPC64 does not
    support separate 64-bit syscalls, already 64-bit.  */
 #if defined __powerpc__ && !defined __powerpc64__