]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 25 May 2012 22:31:59 +0000 (22:31 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 25 May 2012 22:31:59 +0000 (22:31 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/kernel-features.h

index 778b4d7822921b7c22d2f3df1694a7892f8fb498..7b253dbdb30d6c8ce2e970488a23511a9925fc97 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-25  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/arm/kernel-features.h
+       (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove.
+
 2012-05-25  Richard Henderson  <rth@twiddle.net>
 
        * sysdeps/arm/dl-irel.h (elf_ifunc_invoke): Pass dl_hwcap.
index 644d9ff103f8a83ab441167991f88c8cea06027c..3eeb075ea305e7a07c9aefccc808fda51f214a59 100644 (file)
 # define __ASSUME_UTIMES       1
 #endif
 
-/* The new getrlimit syscall was added sometime before 2.4.6.  */
-#if __LINUX_KERNEL_VERSION >= 132102
-#define __ASSUME_NEW_GETRLIMIT_SYSCALL 1
-#endif
-
 /* On ARM the truncate64/ftruncate64/mmap2/stat64/lstat64/fstat64
    syscalls were introduced in 2.3.35.  */
 #if __LINUX_KERNEL_VERSION >= 131875