From 5917939256af392914d8a648de0c3287042ddbf6 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 7 Nov 2017 02:20:07 -0500 Subject: VCL-LDPRELOAD: enable accept4() wrapper Change-Id: I56567953fb8329315393047913e30fc7f2242bdb Signed-off-by: Dave Wallace --- src/vcl/vcom_glibc_socket.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vcl/vcom_glibc_socket.h') diff --git a/src/vcl/vcom_glibc_socket.h b/src/vcl/vcom_glibc_socket.h index 4eb60fb65c7..969029f3e63 100644 --- a/src/vcl/vcom_glibc_socket.h +++ b/src/vcl/vcom_glibc_socket.h @@ -249,7 +249,6 @@ extern int __THROW listen (int __fd, int __n); extern int accept (int __fd, __SOCKADDR_ARG __addr, socklen_t * __restrict __addr_len); -#ifdef __USE_GNU /* Similar to 'accept' but takes an additional parameter to specify flags. This function is a cancellation point and therefore not marked with @@ -258,7 +257,6 @@ accept (int __fd, __SOCKADDR_ARG __addr, socklen_t * __restrict __addr_len); extern int accept4 (int __fd, __SOCKADDR_ARG __addr, socklen_t * __restrict __addr_len, int __flags); -#endif /* Shut down all or part of the connection open on socket FD. HOW determines what to shut down: -- cgit 1.2.3-korg