"H. Peter Anvin" <[email protected]> writes:
> +
> +#include <asm/signal.h>
> +/* The x86-64 headers defines NSIG 32, but it's actually 64 */
> +#undef _NSIG
> +#undef NSIG
> +#define _NSIG 64
> +#define NSIG _NSIG
If it's really wrong it should be fixed, not workarounded.
> +
> +/* The x86-64 syscall headers are needlessly inefficient */
> +
> +#undef _syscall0
> +#undef _syscall1
> +#undef _syscall2
> +#undef _syscall3
> +#undef _syscall4
> +#undef _syscall5
> +#undef _syscall6
What do you mean with that?
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]