glibc/sysdeps/unix/sysv/linux
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
..
alpha Fix Alpha bits/stat.h double inclusion problem. 2010-01-30 00:22:01 +00:00
am33 Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
arm Update ARM bits/fcntl.h for XPG7. 2010-01-10 16:55:39 +00:00
cris Define F_DUPFD_CLOEXEC. 2007-10-22 13:11:49 +00:00
hppa Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC. 2010-02-17 09:52:26 -05:00
m68k Fix M68K bits/stat.h double inclusion problem. 2010-01-11 21:51:34 +00:00
mips Fix MIPS bits/stat.h double inclusion problem. 2010-01-11 21:00:28 +00:00
powerpc/powerpc32/nofpu 2006-10-05 Steven Munroe <sjmunroe@us.ibm.com> 2006-11-22 15:13:11 +00:00