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


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: [PATCH] kernel-features.h for hppa


On Friday 14 April 2006 18:29, Carlos O'Donell wrote:
> +# define __ASSUME_32BITUIDS????????????1
> +# define __ASSUME_TRUNCATE64_SYSCALL???1
> +# define __ASSUME_MMAP2_SYSCALL????????????????1
> +# define __ASSUME_STAT64_SYSCALL???????1
> +# define __ASSUME_IPC64????????????????????????1
> +# define __ASSUME_ST_INO_64_BIT????????????????1
> +# define __ASSUME_FCNTL64??????????????1
> +# define __ASSUME_GETDENTS64_SYSCALL???1

some excess whitespace leftover between the '#' and the 'define' due to the 
copy & paste from the old file ?

> +#include_next <kernel-features.h>

i always wondered which one of these is preferable:
#include_next <kernel-features.h>
or
#include <sysdeps/unix/sysv/linux/kernel-features.h>
-mike


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