Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 28 Aug 2002 06:47:35 +0000 (06:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 28 Aug 2002 06:47:35 +0000 (06:47 +0000)
commitf0377954d7c324c0fe320eb1ca22ea46837e9da3
treeaa821826e08c86452eb7e6486c1e5518c037da8f
parent160e53fdd18eea8703f5dbcc2e32d9f2689ef3b1
Update.

2002-08-08  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/bits/local_lim.h (PTHREAD_THREADS_MAX):
Bump to 16384.
* manager.c (__pthread_handles): Remove.
* pthandles.c: New file.
* pthread.c (__pthread_initialize_minimal): Initialize
__pthread_handles[0] and __pthread_handles[1].
* Makefile (libpthread-routines): Add pthandles (must be last).
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/manager.c
linuxthreads/pthandles.c [new file with mode: 0644]
linuxthreads/pthread.c