mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
|
* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
|
||||||
Define appropriately for x86_64.
|
Define appropriately for x86_64.
|
||||||
(__ASSUME_UTIMES): Likewise.
|
(__ASSUME_UTIMES): Likewise.
|
||||||
(__ASSUME_FADVISE64_64_SYSCALL): Likewise.
|
|
||||||
(__ASSUME_CLONE_THREAD_FLAGS): Likewise.
|
(__ASSUME_CLONE_THREAD_FLAGS): Likewise.
|
||||||
|
|
||||||
* sysdeps/x86_64/fpu/s_ceill.S: New file.
|
* sysdeps/x86_64/fpu/s_ceill.S: New file.
|
||||||
|
@ -375,8 +375,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* The fixed version of the posix_fadvise64 syscall appeared in
|
/* The fixed version of the posix_fadvise64 syscall appeared in
|
||||||
2.6.0-test3. At least for x86 and amd64. */
|
2.6.0-test3. At least for x86. */
|
||||||
#if __LINUX_KERNEL_VERSION >= 132609
|
#if __LINUX_KERNEL_VERSION >= 132609 && (defined __i386__)
|
||||||
&& (defined __i386__ || defined __x86_64__)
|
|
||||||
# define __ASSUME_FADVISE64_64_SYSCALL 1
|
# define __ASSUME_FADVISE64_64_SYSCALL 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user