svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

vapier at uclibc.org vapier at uclibc.org
Sat Dec 2 19:19:38 UTC 2006


Author: vapier
Date: 2006-12-02 11:19:38 -0800 (Sat, 02 Dec 2006)
New Revision: 16765

Log:
PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it lives in bits/uClibc_local_lim.h

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h	2006-12-02 19:02:21 UTC (rev 16764)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/local_lim.h	2006-12-02 19:19:38 UTC (rev 16765)
@@ -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.  */




More information about the uClibc-cvs mailing list