fix feature test macro logic for _BSD_SOURCE
authorRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 22:14:44 +0000 (18:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 2 Aug 2013 22:14:44 +0000 (18:14 -0400)
commit2e5dfa515f78f5a67eb0cd7e323ab6f3ed76c15d
tree4e816a3068b164bd62551f58b175e76b96c7720a
parent0c7294ef30544f825430a3692c717f6f470974fe
fix feature test macro logic for _BSD_SOURCE

in several places, _BSD_SOURCE was not even implying POSIX, resulting
in it being subtractive rather than additive (compared to the default
features).
include/locale.h
include/wchar.h
include/wctype.h