diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-04 21:53:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-04 21:53:09 +0000 |
commit | 9c988b83bcd33915c59ab347921086c07d11f471 (patch) | |
tree | 5bfba6edf69fe3c6a5426396194629da375fc735 /nptl/ChangeLog | |
parent | f1205aa71fb0131eb9d1e2efdd5fbcfaa85ad27c (diff) | |
download | glibc-9c988b83bcd33915c59ab347921086c07d11f471.tar glibc-9c988b83bcd33915c59ab347921086c07d11f471.tar.gz glibc-9c988b83bcd33915c59ab347921086c07d11f471.tar.bz2 glibc-9c988b83bcd33915c59ab347921086c07d11f471.zip |
Update.
2003-08-03 Jakub Jelinek <jakub@redhat.com>
* sysdeps/pthread/createthread.c (do_clone): Move error handling
to first syscall error check. Move syscall error check for tkill
into __ASSUME_CLONE_STOPPED #ifdef.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a8b7d743c0..d68c12e274 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-08-03 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/pthread/createthread.c (do_clone): Move error handling + to first syscall error check. Move syscall error check for tkill + into __ASSUME_CLONE_STOPPED #ifdef. + 2003-08-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/createthread.c (do_clone): If __ASSUME_CLONE_STOPPED |