lkml.org 
[lkml]   [2006]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [klibc 37/43] x86_64 support for klibc
From
Date
"H. Peter Anvin" <hpa@zytor.com> 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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-06-27 10:43    [W:0.041 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site