mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM.
This commit is contained in:
parent
089d856f77
commit
4b5466f188
@ -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.
|
||||
|
@ -22,11 +22,6 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user