summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-21 18:48:46 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-11-21 18:48:46 +0100
commit0c5c4d150f7447df4936acc5320472194b9dafae (patch)
treebfa4fd0c6cd24f24d0284eed5ae00988599f935b
parent32ad27b819d3d2182b89b29097f03f51e7beaf7e (diff)
parentf76b939a836ff81ba2959cf59dd09b4fd3f4dda5 (diff)
Merge commit 'refs/top-bases/tschwinge/Roger_Whittaker' into tschwinge/Roger_Whittaker
-rw-r--r--sysdeps/mach/hurd/bits/local_lim.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/bits/local_lim.h b/sysdeps/mach/hurd/bits/local_lim.h
index f7cc86c003..570b5ce26b 100644
--- a/sysdeps/mach/hurd/bits/local_lim.h
+++ b/sysdeps/mach/hurd/bits/local_lim.h
@@ -32,3 +32,12 @@
suitable, and `sysconf' will return a number at least as large. */
#define NGROUPS_MAX 256
+
+/* The number of data keys per process. */
+#define _POSIX_THREAD_KEYS_MAX 128
+
+/* Controlling the iterations of destructors for thread-specific data. */
+#define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4
+
+/* The number of threads per process. */
+#define _POSIX_THREAD_THREADS_MAX 64