summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/limits.h11
-rw-r--r--sys/sys/limits.h2
2 files changed, 8 insertions, 5 deletions
diff --git a/include/limits.h b/include/limits.h
index b30c504..7a58997 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -116,18 +116,21 @@
#define _POSIX_RE_DUP_MAX _POSIX2_RE_DUP_MAX
#endif
+#if __XSI_VISIBLE || __POSIX_VISIBLE >= 200809
+#define NL_ARGMAX 99 /* max # of position args for printf */
+#define NL_MSGMAX 32767
+#define NL_SETMAX 255
+#define NL_TEXTMAX 2048
+#endif
+
#if __XSI_VISIBLE
#define _XOPEN_IOV_MAX 16
#define _XOPEN_NAME_MAX 255
#define _XOPEN_PATH_MAX 1024
#define PASS_MAX 128 /* _PASSWORD_LEN from <pwd.h> */
-#define NL_ARGMAX 99 /* max # of position args for printf */
#define NL_LANGMAX 31 /* max LANG name length */
-#define NL_MSGMAX 32767
#define NL_NMAX 1
-#define NL_SETMAX 255
-#define NL_TEXTMAX 2048
#endif
#define MB_LEN_MAX 6 /* 31-bit UTF-8 */
diff --git a/sys/sys/limits.h b/sys/sys/limits.h
index 6f4b8a5..c56a337 100644
--- a/sys/sys/limits.h
+++ b/sys/sys/limits.h
@@ -88,7 +88,7 @@
#define QUAD_MIN (__QUAD_MIN) /* min value for a quad_t */
#endif
-#if __XSI_VISIBLE
+#if __XSI_VISIBLE || __POSIX_VISIBLE >= 200809
#define LONG_BIT __LONG_BIT
#define WORD_BIT __WORD_BIT
#endif
OpenPOWER on IntegriCloud