linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* why doesn't x86_32 have the accept4() syscall?
@ 2012-01-09 21:26 Tony Luck
  2012-01-09 21:36 ` David Miller
  2012-01-12  0:33 ` Michael Cree
  0 siblings, 2 replies; 6+ messages in thread
From: Tony Luck @ 2012-01-09 21:26 UTC (permalink / raw)
  To: linux-arch

I've been using the warnings from scripts/checksyscalls.sh to let me know
when some new system calls are added, so I can add them to ia64. But
it was recently brought to my attention that I didn't have accept4(). I missed
it because I didn't see a warning, which was because this script just compares
against the 32-bit x86 list.

A casual grep shows that:
alpha, arm, microblaze, mips, parisc, powerpc, sh and sparc
managed to add accept4 without getting the "warning syscall
.... not implemented". But other architectures may need to add
it (including 32-bit x86).

-Tony

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-12  0:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 21:26 why doesn't x86_32 have the accept4() syscall? Tony Luck
2012-01-09 21:36 ` David Miller
2012-01-10 16:03   ` Jamie Lokier
2012-01-10 17:00     ` Geert Uytterhoeven
2012-01-10 20:07     ` David Miller
2012-01-12  0:33 ` Michael Cree

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).