Files
Steev Klimaszewski a84fac75f3 [ARM] wire up sys_accept4() on ARM
sys_accept4() was added in kernel 2.6.28, but ARM was not updated
to include it.  The number and types of parameters is such that
no ARM-specific processing is needed, so wiring up sys_accept4()
just requires defining __NR_accept4 and adding a direct call in
the syscall entry table.
2011-06-09 19:28:48 -05:00
..
2011-06-09 19:28:48 -05:00