glibc/sysdeps/unix/sysv/linux/hppa/bits
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
..
atomic.h Avoid warnings when including atomic.h. 2009-11-25 18:17:27 -05:00
errno.h Adjust errlist-compat to 257 for GLIBC_2.12 2010-02-01 17:54:59 -05:00
fcntl.h Update constants and rearrange file. 2010-02-01 17:54:58 -05:00
ioctls.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
ipc.h IPC definitions for Linux/PA. 2002-09-28 04:02:56 +00:00
mman.h Define MADV_MERGEABLE and MADV_UNMERGEABLE. 2010-02-17 09:27:42 -05:00
msq.h SysV message queue definitions for Linux/PA. 2002-09-28 04:03:54 +00:00
sem.h SysV semaphore definitions for Linux/PA. 2002-09-28 04:04:44 +00:00
shm.h * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing 2008-04-21 15:45:00 +00:00
sigaction.h Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
signum.h (_NSIG): Define to 65. 2003-04-01 06:16:53 +00:00
socket.h Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC. 2010-02-17 09:52:26 -05:00