mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-16 05:35:27 +00:00
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.