This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: kernel-features for x86-64


-----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-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]