ia64: Add accept4() syscall
authorÉmeric Maschino <emeric.maschino@gmail.com>
Mon, 9 Jan 2012 20:55:10 +0000 (12:55 -0800)
committerTony Luck <tony.luck@intel.com>
Mon, 9 Jan 2012 20:55:10 +0000 (12:55 -0800)
While debugging udev > 170 failure on Debian Wheezy
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648325), it appears
that the issue was in fact due to missing accept4() in ia64.

This patch simply adds accept4() to ia64.

Signed-off-by: Émeric Maschino <emeric.maschino@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found