mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08: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:
parent
386bc781ae
commit
f3d5834e69
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user