1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
This commit is contained in:
Andreas Jaeger
2003-11-13 16:49:49 +00:00
parent 19c33b6ecc
commit b27eea96b9
2 changed files with 2 additions and 4 deletions

View File

@ -375,8 +375,7 @@
#endif
/* The fixed version of the posix_fadvise64 syscall appeared in
2.6.0-test3. At least for x86 and amd64. */
#if __LINUX_KERNEL_VERSION >= 132609
&& (defined __i386__ || defined __x86_64__)
2.6.0-test3. At least for x86. */
#if __LINUX_KERNEL_VERSION >= 132609 && (defined __i386__)
# define __ASSUME_FADVISE64_64_SYSCALL 1
#endif