(PTHREAD_THREADS_MAX): Bump to 16384.

This commit is contained in:
Ulrich Drepper 2002-08-28 06:43:19 +00:00
parent 90341544e5
commit 160e53fdd1
1 changed files with 1 additions and 1 deletions

View 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. */