summaryrefslogtreecommitdiff
path: root/libc/inet/accept.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-11 11:31:45 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-05-11 11:58:07 +0200
commit74a2c71153b910ee4773866ee30be84730a4d5b8 (patch)
tree41ac5d32a5b40f4acdd0d0bee0831696df0d12bb /libc/inet/accept.c
parent46e3df937b05fa291470e975cd836c5435aa0ecc (diff)
accept4: Implement cancellation
.. and add proper prototype, move it into it's own obj and other such cleanups. 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, 0 insertions, 1 deletions
diff --git a/libc/inet/accept.c b/libc/inet/accept.c
index b0fd2b2c6..0217a6876 100644
--- a/libc/inet/accept.c
+++ b/libc/inet/accept.c
@@ -5,5 +5,4 @@
*/
#define L_accept
-#define L_accept4
#include "socketcalls.c"