glibc/sysdeps/unix
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 2006-03-02 Roland McGrath <roland@redhat.com> 2006-03-03 11:21:28 +00:00
am33 Added Matsushita AM33/2.0 port. 2004-10-23 00:33:35 +00:00
arm * sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S, 2006-02-28 19:26:36 +00:00
bsd Remove .cvsignore files 2009-05-16 10:36:20 +02:00
mips 2004-12-20 Jakub Jelinek <jakub@redhat.com>, 2004-12-20 08:34:03 +00:00
sysv Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC. 2010-02-17 09:52:26 -05:00