glibc/socket
Florian Weimer 52fb79d6cd Assume that SOCK_CLOEXEC is available and works
This fixes (harmless) data races when accessing the various
__have_sock_cloexec variables.
2015-10-17 12:02:37 +02:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sys Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Versions Fix mq_notify socket, recv namespace (bug 18546). 2015-06-17 20:20:08 +00:00
accept.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
accept4.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
bind.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
connect.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getpeername.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getsockname.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
getsockopt.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
have_sock_cloexec.c Assume that SOCK_CLOEXEC is available and works 2015-10-17 12:02:37 +02:00
isfdtype.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
listen.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
opensock.c Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 2015-09-08 21:11:03 +00:00
recv.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
recvfrom.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
recvmmsg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
recvmsg.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sa_len.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
send.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sendmmsg.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sendmsg.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sendto.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setsockopt.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
shutdown.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
sockatmark.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
socket.c Convert 703 function definitions to prototype style. 2015-10-16 20:21:49 +00:00
socketpair.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00