K 10 svn:author V 6 jilles K 8 svn:date V 27 2013-09-06T21:02:06.335545Z K 7 svn:log V 256 libc: Use SOCK_CLOEXEC for various internal file descriptors. This change avoids undesirably passing some internal file descriptors to a process created (fork+exec) by another thread. Kernel support for SOCK_CLOEXEC was added in r248534, March 19, 2013. END