diff options
Diffstat (limited to 'include/sys/socket.h')
-rw-r--r-- | include/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h index 50e6bb3a74..ec088572bd 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -148,7 +148,7 @@ libc_hidden_proto (__libc_sa_len) #endif #ifdef SOCK_CLOEXEC -extern int __have_sock_cloexec; +extern int __have_sock_cloexec attribute_hidden; /* At lot of other functionality became available at the same time as SOCK_CLOEXEC. Avoid defining separate variables for all of them unless it is really necessary. */ |