From c7e82668bd23fbdd02ebe1e83ff2bb6877812423 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 2 Nov 2017 02:40:43 +0100 Subject: convert accept4() to use cancel.h macros --- include/sys/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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. -- cgit v1.2.3