Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC.
commitf3ed03373affbd13ee8dbbeb933959381ae492bb
authorMatt Turner <mattst88@gmail.com>
Wed, 17 Feb 2010 14:52:26 +0000 (17 09:52 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 17 Feb 2010 14:52:26 +0000 (17 09:52 -0500)
treef154009daf5375f9a61d47607f12ef6b0791055d
parent317d0e66a01302c98367b8776d5e7936a80f8ffb
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>
ChangeLog.hppa
sysdeps/unix/sysv/linux/hppa/bits/socket.h