mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 14:20:13 +00:00
f3ed03373a
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> |
||
---|---|---|
.. | ||
alpha | ||
am33 | ||
arm | ||
cris | ||
hppa | ||
m68k | ||
mips | ||
powerpc/powerpc32/nofpu |