musl/arch/i386
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
..
bits move signal.h REG_* macros under _GNU_SOURCE protection 2012-12-06 17:05:19 -05:00
atomic.h security hardening: ensure suid programs have valid stdin/out/err 2011-08-23 09:37:39 -04:00
pthread_arch.h add support for TLS variant I, presently needed for arm and mips 2012-10-15 18:51:53 -04:00
reloc.h dynamic-linked TLS support for everything but dlopen'd libs 2012-10-04 22:48:33 -04:00
syscall_arch.h ensure pointer decay in inline-asm arg for i386 syscall6 2012-10-13 23:46:51 -04:00