mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* pthread.c (__pthread_initial_thread): Update initializer. (__pthread_manager_thread): Likewise. (pthread_initialize): Move setrlimit call to... (__pthread_initialize_manager): ...here. (__pthread_reset_main_thread): Reset also soft limit on stack size.
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
2000-07-24 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* pthread.c (__pthread_initial_thread): Update initializer.
|
||||
(__pthread_manager_thread): Likewise.
|
||||
(pthread_initialize): Move setrlimit call to...
|
||||
(__pthread_initialize_manager): ...here.
|
||||
(__pthread_reset_main_thread): Reset also soft limit on stack size.
|
||||
|
||||
* condvar.c: Handle spurious wakeups. [PR libc/1749].
|
||||
* internals.h (struct _pthread_descr_struct): Add p_condvar_avail.
|
||||
|
||||
|
Reference in New Issue
Block a user