git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f018c8
)
asm-generic: add sys_accept4 to unistd.h
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 10 Dec 2009 21:10:31 +0000
(22:10 +0100)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 10 Dec 2009 21:18:35 +0000
(22:18 +0100)
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 <arnd@arndb.de>
No differences found