summaryrefslogtreecommitdiffstats
path: root/src/vcl/vcom_glibc_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcl/vcom_glibc_socket.h')
-rw-r--r--src/vcl/vcom_glibc_socket.h2
1 files changed, 0 insertions, 2 deletions
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: