musl/arch/i386/bits
Rich Felker 5c5e45e58b move signal.h REG_* macros under _GNU_SOURCE protection
they were accidentally exposed under just baseline POSIX, which is a
big namespace pollution issue. thankfully glibc only exposes them
under _GNU_SOURCE, not under any of its other options, so omitting
the pollution in the default _BSD_SOURCE profile does not hurt
application compatibility at all.
2012-12-06 17:05:19 -05:00
..
alltypes.h.sh
endian.h
errno.h
fcntl.h
fenv.h
float.h
io.h
ioctl.h
ipc.h
limits.h
mman.h add more arch-specific MAP_ macros to bits/mman.h 2012-12-06 16:57:22 +01:00
msg.h
posix.h
reg.h
setjmp.h
shm.h
signal.h move signal.h REG_* macros under _GNU_SOURCE protection 2012-12-06 17:05:19 -05:00
socket.h
stat.h
statfs.h
stdarg.h
stdint.h
syscall.h
termios.h
user.h
wchar.h