Преглед на файлове

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

Mike Frysinger преди 17 години
родител
ревизия
8429e95bfd
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      libc/sysdeps/linux/common/bits/local_lim.h

+ 0 - 2
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.  */