diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 23:50:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-21 23:50:51 +0000 |
commit | 46fd4f671c45b70909e03160aa4568db5f6c8556 (patch) | |
tree | 2a607a8ad19dc47c6faf6c7ddcac019bcaadfbb7 /linuxthreads/ChangeLog | |
parent | 958d68077b3fa1435c010711876a9229e5cd4192 (diff) | |
download | glibc-46fd4f671c45b70909e03160aa4568db5f6c8556.tar.gz glibc-46fd4f671c45b70909e03160aa4568db5f6c8556.tar.xz glibc-46fd4f671c45b70909e03160aa4568db5f6c8556.zip |
Update.
1999-12-21 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_handle_create): Set p_pid of new thread before calling the callback function to report a new thread.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index e994dcc297..adeaf4093f 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1999-12-21 Ulrich Drepper <drepper@cygnus.com> + + * manager.c (pthread_handle_create): Set p_pid of new thread + before calling the callback function to report a new thread. + 1999-12-20 Andreas Jaeger <aj@suse.de> * pthread.c (pthread_initialize): Move getrlimit call after |