From 8429e95bfd5b2acd34a7f3b101dc7aa059c565cb Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 2 Dec 2006 19:19:38 +0000 Subject: PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it lives in bits/uClibc_local_lim.h --- libc/sysdeps/linux/common/bits/local_lim.h | 2 -- 1 file changed, 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. */ -- cgit v1.2.3