summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-13 19:58:30 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-13 19:58:30 -0500
commit1a9a2ff7b0daf99100db53440a0b18b2801566ca (patch)
tree2dba96173c946fc846059f65e4651bc648353ff5 /include
parent50e26f09eb13f6568113a05dbcfe94a6b1010da0 (diff)
downloadmusl-1a9a2ff7b0daf99100db53440a0b18b2801566ca.tar.gz
reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)
Diffstat (limited to 'include')
-rw-r--r--include/limits.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h
index 4499afbf..61920c7d 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -23,7 +23,8 @@
/* Implementation choices... */
#define PTHREAD_KEYS_MAX 1024
-#define PTHREAD_STACK_MIN (2*PAGE_SIZE)
+#define PTHREAD_STACK_MIN PAGE_SIZE
+#define PTHREAD_DESTRUCTOR_ITERATIONS 4
/* Arbitrary numbers... */