diff options
author | Mark Kettenis <kettenis@gnu.org> | 2000-07-25 21:43:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2000-07-25 21:43:38 +0000 |
commit | 2d3d740b6fe77f280bc49d93242386abf43230fa (patch) | |
tree | c91907456aaddf00a072f341211f6f9f1c013ccf /ChangeLog | |
parent | a3b231b751694620419c112a240fc20663015596 (diff) | |
download | glibc-2d3d740b6fe77f280bc49d93242386abf43230fa.tar glibc-2d3d740b6fe77f280bc49d93242386abf43230fa.tar.gz glibc-2d3d740b6fe77f280bc49d93242386abf43230fa.tar.bz2 glibc-2d3d740b6fe77f280bc49d93242386abf43230fa.zip |
* hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the calling thread, set the cancellation flag and return success instead of EINTR.
2000-07-25 Mark Kettenis <kettenis@gnu.org>
* hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
calling thread, set the cancellation flag and return success
instead of EINTR.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-07-25 Mark Kettenis <kettenis@gnu.org> + + * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the + calling thread, set the cancellation flag and return success + instead of EINTR. + 2000-07-25 Ulrich Drepper <drepper@redhat.com> * libio/Makefile: Add rules build, run, and distribute tst-widetext.c. |