summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2017-11-02 02:40:43 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2017-11-02 03:14:17 +0100
commitc7e82668bd23fbdd02ebe1e83ff2bb6877812423 (patch)
tree8c2fac1a085f3f59675c57e6734c80221e1a56d8 /include
parent3e880faa4f76eb7aa61893f5de73fb0bb9b6a4ab (diff)
convert accept4() to use cancel.h macros
Diffstat (limited to 'include')
-rw-r--r--include/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 63dc4b953..83e1fcaa2 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -269,6 +269,7 @@ libc_hidden_proto(accept)
__THROW. */
extern int accept4 (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len, int __flags);
+libc_hidden_proto(accept4)
#endif
/* Shut down all or part of the connection open on socket FD.