On Wed, 19 Nov 2008, [EMAIL PROTECTED] wrote:
> From: Ulrich Drepper <[EMAIL PROTECTED]>
>
> Introduce a new accept4() system call. The addition of this system call
> /* test_accept4.c
> #ifdef __x86_64__
> #define SYS_accept4 288
> #elif __i386__
^^^^^^^^
defined(__i386__)
> #define USE_SOCKETCALL 1
> #define SYS_ACCEPT4 18
> #else
> #error "Sorry -- don't know the syscall # on this architecture"
> #endif
Anyway, it's just a test program. Succeeded on m68k using socketcall.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html