mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Remove __ASSUME_TRUNCATE64_SYSCALL for ARM.
This commit is contained in:
parent
17cb6fe2a4
commit
6042a7c296
@ -1,5 +1,8 @@
|
||||
2012-05-30 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/kernel-features.h
|
||||
(__ASSUME_TRUNCATE64_SYSCALL): Remove.
|
||||
|
||||
* sysdeps/arm/start.S [!__USING_SJLJ_EXCEPTIONS__]: Make code
|
||||
unconditional.
|
||||
* sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c
|
||||
|
@ -22,10 +22,9 @@
|
||||
# define __ASSUME_UTIMES 1
|
||||
#endif
|
||||
|
||||
/* On ARM the truncate64/ftruncate64/mmap2/stat64/lstat64/fstat64
|
||||
syscalls were introduced in 2.3.35. */
|
||||
/* On ARM the mmap2/stat64/lstat64/fstat64 syscalls were introduced in
|
||||
2.3.35. */
|
||||
#if __LINUX_KERNEL_VERSION >= 131875
|
||||
# define __ASSUME_TRUNCATE64_SYSCALL 1
|
||||
# define __ASSUME_MMAP2_SYSCALL 1
|
||||
# define __ASSUME_STAT64_SYSCALL 1
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user