Re: [klibc 37/43] x86_64 support for klibc

From: Andi Kleen
Date: Tue Jun 27 2006 - 04:39:48 EST


"H. Peter Anvin" <hpa@xxxxxxxxx> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/