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/accept4.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/accept4.c')
-rw-r--r-- | libc/inet/accept4.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/inet/accept4.c b/libc/inet/accept4.c new file mode 100644 index 000000000..e2fdd6c2f --- /dev/null +++ b/libc/inet/accept4.c @@ -0,0 +1,8 @@ +/* + * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org> + * + * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + */ + +#define L_accept4 +#include "socketcalls.c" |