aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-28 06:43:19 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-28 06:43:19 +0000
commit160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1 (patch)
tree1030530f82e75c6dd9968f99a1e00d4f0c095534 /linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
parent90341544e5ddea1402a7f188800d2381d07a1602 (diff)
downloadglibc-160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1.tar
glibc-160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1.tar.gz
glibc-160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1.tar.bz2
glibc-160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1.zip
(PTHREAD_THREADS_MAX): Bump to 16384.
Diffstat (limited to 'linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h')
-rw-r--r--linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
index b749495f29..ad43217079 100644
--- a/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
+++ b/linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
@@ -64,7 +64,7 @@
/* The number of threads per process. */
#define _POSIX_THREAD_THREADS_MAX 64
/* This is the value this implementation supports. */
-#define PTHREAD_THREADS_MAX 1024
+#define PTHREAD_THREADS_MAX 16384
/* Maximum amount by which a process can descrease its asynchronous I/O
priority level. */