fix multiple minor namespace issues in headers
authorRich Felker <dalias@aerifal.cx>
Mon, 21 Oct 2013 02:01:51 +0000 (22:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 21 Oct 2013 02:01:51 +0000 (22:01 -0400)
commit8f0359605a24277e3d67f2b9e3477437a7d38706
tree719f2bd1739afd1124fe484a442e70310e70ea2a
parent38b9c0274974a1b9941adb2e59238b153704151f
fix multiple minor namespace issues in headers

fcntl.h: AT_* is not a reserved namespace so extensions cannot be
exposed by default.

langinfo.h: YESSTR and NOSTR were removed from the standard.

limits.h: NL_NMAX was removed from the standard.

signal.h: the conditional for NSIG was wrongly checking _XOPEN_SOURCE
rather than _BSD_SOURCE. this was purely a mistake; it doesn't even
match the commit message from the commit that added it.
include/fcntl.h
include/langinfo.h
include/limits.h
include/signal.h