commit f0cd4aceb6e26deab1ab282a644ba665c9ce179e
Author: Sascha Wildner <[email protected]>
Date: Wed Jan 27 00:06:38 2016 +0100
<limits.h>: Several changes related to Issue 7 of the standard.
* NL_NMAX was removed, so change its visibility accordingly.
* NL_ARGMAX, NL_MSGMAX, NL_SETMAX and NL_TEXTMAX were moved from XSI
into the base. Adjust for that too. The change history does not
mention NL_ARGMAX but the [XSI] margin code was removed from it so
I think this is just an oversight.
The 32 ports that reference NL_NMAX, which is the only of these
defines where visibility was restricted with this commit, all still
build.
Summary of changes:
include/limits.h | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0cd4aceb6e26deab1ab282a644ba665c9ce179e
--
DragonFly BSD source repository