From: Arnd Bergmann Date: Thu, 10 Dec 2009 21:10:31 +0000 (+0100) Subject: asm-generic: add sys_accept4 to unistd.h X-Git-Tag: v2.6.33-rc1~301^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab87644393d789b950ba984fa360f45c4df02e5;p=pandora-kernel.git asm-generic: add sys_accept4 to unistd.h Code review has shown that the generic version of unistd.h is missing a reference to the accept4 system call. This was not noticed before because most architectures handle this through sys_socketcall. Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed