diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 17:24:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 17:24:21 +0000 |
commit | f3d5834e69eeb4dca353ef35c600adb74d604f22 (patch) | |
tree | 793540baf51b001b740c8e9017d93618a9ba81cb /linuxthreads | |
parent | 386bc781ae97a0c564b5387f592c2c1595bb0c9d (diff) | |
download | glibc-f3d5834e69eeb4dca353ef35c600adb74d604f22.tar glibc-f3d5834e69eeb4dca353ef35c600adb74d604f22.tar.gz glibc-f3d5834e69eeb4dca353ef35c600adb74d604f22.tar.bz2 glibc-f3d5834e69eeb4dca353ef35c600adb74d604f22.zip |
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.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 062572b59f..5faa4884d5 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -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. |