[parisc-linux] Re: [PATCH] kernel-features.h for hppa
Mike Frysinger
vapier at gentoo.org
Fri Apr 14 17:07:14 MDT 2006
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
More information about the parisc-linux
mailing list