glibc/sysdeps/unix/sysv/linux/hppa
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
..
bits Fix SOCK_CLOEXEC on HPPA to match O_CLOEXEC. 2010-02-17 09:52:26 -05:00
linuxthreads 2009-02-09 Arthur Loiret <aloiret@debian.org> 2009-02-09 20:27:56 +00:00
nptl Add correct aligment to pthread_*_t structures. 2009-11-25 18:18:56 -05:00
sys 2008-03-24 Carlos O'Donell <carlos@codesourcery.com> 2008-03-24 13:07:56 +00:00
brk.c Remove __brk_addr alias, avoid warning. 2001-11-26 08:37:35 +00:00
clone.S 2006-09-15 Carlos O'Donell <carlos@systemhalted.org> 2006-09-16 00:46:19 +00:00
fcntl.c 2002-11-11 Randolf Chung <tausq@debian.org> 2002-11-19 09:26:56 +00:00
fxstat.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
fxstatat.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
getcontext.S 2008-08-07 Helge Deller <deller@gmx.de> 2008-08-07 23:52:34 +00:00
getdents64.c getdents64 implementation for Linux/HPPA. 2001-04-25 20:18:14 +00:00
getrlimit64.c Linux/HPPA specific getrlimit64 implementation. 2000-10-15 03:26:34 +00:00
internaltypes.h Implement new NPTL POSIX Threads ABI for HPPA. 2009-09-08 14:32:53 -04:00
kernel_sigaction.h Linux/HPPA kernel specific sigaction definitions. 2000-10-15 03:26:50 +00:00
kernel_stat.h * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync 2002-12-31 13:24:33 +00:00
kernel-features.h 2006-06-08 Carlos O'Donell <carlos@systemhalted.org> 2006-06-09 01:25:30 +00:00
lxstat.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00
makecontext.c Add unlimited argument support to makecontext() 2010-02-17 09:27:40 -05:00
Makefile 2008-08-07 Helge Deller <deller@gmx.de> 2008-08-07 23:52:34 +00:00
mmap.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
profil-counter.h Don't use x86 version. 2004-04-19 06:49:28 +00:00
setcontext.S 2008-08-07 Helge Deller <deller@gmx.de> 2008-08-07 23:52:34 +00:00
socket.S Linux/HPPA specific socket implementation. 2000-10-15 03:28:06 +00:00
swapcontext.c 2008-08-07 Helge Deller <deller@gmx.de> 2008-08-07 23:52:34 +00:00
syscall.S Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
syscalls.list Add semtimedop. 2003-08-30 00:23:14 +00:00
sysdep.c 2007-05-17 Carlos O'Donell <carlos@systemhalted.org> 2007-05-18 01:59:52 +00:00
sysdep.h 2009-04-23 Carlos O'Donell <carlos@codesourcery.com> 2009-04-24 02:48:15 +00:00
ucontext_i.sym 2008-08-07 Helge Deller <deller@gmx.de> 2008-08-07 23:52:34 +00:00
umount.c Update to LGPL v2.1. 2001-07-06 04:56:23 +00:00
Versions Adjust errlist-compat to 257 for GLIBC_2.12 2010-02-01 17:54:59 -05:00
xstat.c 2006-07-13 Carlos O'Donell <carlos@systemhalted.org> 2006-07-14 13:51:24 +00:00