fix missing limits when only _BSD_SOURCE is defined
authorRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 17:05:33 +0000 (12:05 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 17:05:33 +0000 (12:05 -0500)
the missing check did not affect the default profile, since it has
both _XOPEN_SOURCE and _BSD_SOURCE defined, but it did break programs
which explicitly define _BSD_SOURCE, causing it to be the only feature
test macro present.


No differences found