diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-11 11:31:45 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-11 11:58:07 +0200 |
commit | 74a2c71153b910ee4773866ee30be84730a4d5b8 (patch) | |
tree | 41ac5d32a5b40f4acdd0d0bee0831696df0d12bb /libc/inet/accept.c | |
parent | 46e3df937b05fa291470e975cd836c5435aa0ecc (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.c | 1 |
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" |