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
..
2010-02-10 15:14:41 +00:00
2006-01-08 06:49:16 +00:00
2001-07-06 04:56:23 +00:00
2010-02-10 15:32:33 +00:00
2010-02-10 15:15:32 +00:00
2006-01-08 06:49:16 +00:00
1996-09-10 01:59:36 +00:00
2006-01-08 06:49:16 +00:00
2001-07-07 10:13:33 +00:00