diff options
Diffstat (limited to 'socket/have_sock_cloexec.c')
-rw-r--r-- | socket/have_sock_cloexec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/socket/have_sock_cloexec.c b/socket/have_sock_cloexec.c index 70c730ed12..579577d895 100644 --- a/socket/have_sock_cloexec.c +++ b/socket/have_sock_cloexec.c @@ -19,10 +19,6 @@ #include <sys/socket.h> #include <kernel-features.h> -#if defined O_CLOEXEC && !defined __ASSUME_PIPE2 -int __have_pipe2; -#endif - #if defined O_CLOEXEC && !defined __ASSUME_DUP3 int __have_dup3; #endif |