From: Geert Uytterhoeven <geert@linux-m68k.org>
To: akpm@linux-foundation.org
Cc: torvalds@linux-foundation.org, drepper@redhat.com,
linux-api@vger.kernel.org, linux-arch@vger.kernel.org,
mtk.manpages@gmail.com
Subject: Re: [patch 05/35] reintroduce accept4
Date: Thu, 20 Nov 2008 23:00:54 +0100 (CET) [thread overview]
Message-ID: <Pine.LNX.4.64.0811202259360.12975@anakin> (raw)
In-Reply-To: <200811192336.mAJNaE3R030021@imap1.linux-foundation.org>
On Wed, 19 Nov 2008, akpm@linux-foundation.org wrote:
> From: Ulrich Drepper <drepper@redhat.com>
>
> 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 -- geert@linux-m68k.org
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
next prev parent reply other threads:[~2008-11-20 22:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-19 23:36 [patch 05/35] reintroduce accept4 akpm
2008-11-20 22:00 ` Geert Uytterhoeven [this message]
2008-11-20 22:14 ` Linus Torvalds
[not found] ` <alpine.LFD.2.00.0811201412040.21698-nfNrOhbfy2R17+2ddN/4kux8cNe9sq/dYPYVAmT7z5s@public.gmane.org>
2008-11-20 22:37 ` Matt Mackall
2008-11-20 22:41 ` Michael Kerrisk
2008-11-21 7:20 ` Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0811202259360.12975@anakin \
--to=geert@linux-m68k.org \
--cc=akpm@linux-foundation.org \
--cc=drepper@redhat.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).