mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +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> |
||
---|---|---|
.. | ||
atomic.h | ||
errno.h | ||
fcntl.h | ||
ioctls.h | ||
ipc.h | ||
mman.h | ||
msq.h | ||
sem.h | ||
shm.h | ||
sigaction.h | ||
signum.h | ||
socket.h |