summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authornathanw <nathanw@NetBSD.org>2003-07-16 21:03:54 +0000
committernathanw <nathanw@NetBSD.org>2003-07-16 21:03:54 +0000
commitc35f5dd38ed84329246c04bf728c5cf372f6a672 (patch)
tree87661b07d71982f63b7bfff99e2c8b11a3459582 /include
parent2ae40f99a07215fd70150c38ab1a04818db0123f (diff)
Add the _POSIX_THREAD and _POSIX_TIMER mandated minimum limits.
Diffstat (limited to 'include')
-rw-r--r--include/limits.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h
index 0b2b060f3cc..0a1b60dd75b 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -1,4 +1,4 @@
-/* $NetBSD: limits.h,v 1.20 2003/04/28 23:16:13 bjh21 Exp $ */
+/* $NetBSD: limits.h,v 1.21 2003/07/16 21:03:54 nathanw Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -57,6 +57,10 @@
#define _POSIX_SSIZE_MAX 32767
#define _POSIX_STREAM_MAX 8
#define _POSIX_SYMLINK_MAX 256
+#define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4
+#define _POSIX_THREAD_KEYS_MAX 128
+#define _POSIX_THREAD_THREADS_MAX 64
+#define _POSIX_TIMER_MAX 32
#define _POSIX_TTY_NAME_MAX 9
#define _POSIX_TZNAME_MAX 3