glibc/sysdeps/unix/sysv
Matt Turner f3ed03373a Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC.
The kernel defines SOCK_CLOEXEC as
include/linux/net.h:#define SOCK_CLOEXEC        O_CLOEXEC
arch/parisc/include/asm/fcntl.h:#define O_CLOEXEC   010000000

But glibc was defining
sysdeps/unix/sysv/linux/hppa/bits/socket.h:  SOCK_CLOEXEC = 01000000,

Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Carlos O'Donell <carlos@codesourcery.com>
2010-02-17 09:52:26 -05:00
..
aix * sysdeps/arm/nptl/tls.h (THREAD_GSCOPE_RESET_FLAG): Use 2007-07-10 13:35:30 +00:00
hpux Remove __set_errno definition. 2002-07-20 01:02:01 +00:00
i386 Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
irix4 Update abandoned code for sysdeps/generic demise. 2006-01-08 06:50:00 +00:00
isc2.2 Thu Jan 18 00:32:43 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-19 00:42:21 +00:00
linux Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC. 2010-02-17 09:52:26 -05:00
minix/bits Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
sco3.2 Dist files no longer required 2006-01-08 06:49:16 +00:00
sco3.2.4 Dist files no longer required 2006-01-08 06:49:16 +00:00
sysv4 Dist files no longer required 2006-01-08 06:49:16 +00:00