kernel-features for x86-64
Ulrich Drepper
drepper@redhat.com
Thu Nov 13 16:46:00 GMT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Andreas Jaeger wrote:
> /* The fixed version of the posix_fadvise64 syscall appeared in
> - 2.6.0-test3. At least for x86. */
> -#if __LINUX_KERNEL_VERSION >= 132609 && defined __i386__
> + 2.6.0-test3. At least for x86 and amd64. */
> +#if __LINUX_KERNEL_VERSION >= 132609
> + && (defined __i386__ || defined __x86_64__)
> # define __ASSUME_FADVISE64_64_SYSCALL 1
> #endif
This part os bogus. fadvise64_64 is only needed for 32-bit platforms.
- --
â§ Ulrich Drepper â§ Red Hat, Inc. â§ 444 Castro St â§ Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/s7Up2ijCOnn/RHQRAgalAKCNPMMgMg481Dfm0C4G/LY1+UXJlgCgn2D+
3CGkxEkKI0VH/4iIevABd+g=
=Zi1b
-----END PGP SIGNATURE-----
More information about the Libc-hacker
mailing list