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
..
2011-03-11 09:50:54 -05:00
2011-04-13 16:45:43 -04:00
2011-04-13 16:45:43 -04:00
2012-09-08 22:43:14 -04:00