summaryrefslogtreecommitdiff
path: root/libc/inet/accept.c
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2011-05-11 08:40:58 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-11 10:04:20 +0200
commit46e3df937b05fa291470e975cd836c5435aa0ecc (patch)
treefcf66711425053b46dd25f431f0bb894b82f083b /libc/inet/accept.c
parent7a080cd149c7b25d415d76506510d55b34819fc2 (diff)
Implement accept4 system call.
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/inet/accept.c')
-rw-r--r--libc/inet/accept.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/accept.c b/libc/inet/accept.c
index 0217a6876..b0fd2b2c6 100644
--- a/libc/inet/accept.c
+++ b/libc/inet/accept.c
@@ -5,4 +5,5 @@
*/
#define L_accept
+#define L_accept4
#include "socketcalls.c"