summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-12-02 19:19:38 +0000
committerMike Frysinger <vapier@gentoo.org>2006-12-02 19:19:38 +0000
commit8429e95bfd5b2acd34a7f3b101dc7aa059c565cb (patch)
tree610b9e3b15a25d3f3f200e40a33ed141b41fab2d
parent2edab2e0d29d87736281e9a8b164fd87c96ee40c (diff)
PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it lives in bits/uClibc_local_lim.h
-rw-r--r--libc/sysdeps/linux/common/bits/local_lim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/bits/local_lim.h b/libc/sysdeps/linux/common/bits/local_lim.h
index aef6136ba..023ebf3d0 100644
--- a/libc/sysdeps/linux/common/bits/local_lim.h
+++ b/libc/sysdeps/linux/common/bits/local_lim.h
@@ -63,8 +63,6 @@
/* The number of threads per process. */
#define _POSIX_THREAD_THREADS_MAX 64
-/* This is the value this implementation supports. */
-#define PTHREAD_THREADS_MAX 16384
/* Maximum amount by which a process can descrease its asynchronous I/O
priority level. */