(PTHREAD_THREADS_MAX): Bump to 16384.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Aug 2002 06:43:19 +0000 (06:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Aug 2002 06:43:19 +0000 (06:43 +0000)
linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h

index b749495..ad43217 100644 (file)
@@ -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.  */