summaryrefslogtreecommitdiff
path: root/socket/have_sock_cloexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'socket/have_sock_cloexec.c')
-rw-r--r--socket/have_sock_cloexec.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/socket/have_sock_cloexec.c b/socket/have_sock_cloexec.c
index c849f92059..3284094d76 100644
--- a/socket/have_sock_cloexec.c
+++ b/socket/have_sock_cloexec.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2015 Free Software Foundation, Inc.
+/* Copyright (C) 2008-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -19,10 +19,6 @@
#include <sys/socket.h>
#include <kernel-features.h>
-#if defined SOCK_CLOEXEC && !defined __ASSUME_SOCK_CLOEXEC
-int __have_sock_cloexec;
-#endif
-
#if defined O_CLOEXEC && !defined __ASSUME_PIPE2
int __have_pipe2;
#endif