diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 17:34:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-06 17:34:54 +0000 |
commit | c3f90e26a5160c3fe287c4283e7a2bc1ff54b1a9 (patch) | |
tree | 1164126ce1a33b340459c03a100011566853ed9b /linuxthreads/ChangeLog | |
parent | 3a370de88f9ca928a90d1fa88afaf5d17d939fb6 (diff) | |
download | glibc-c3f90e26a5160c3fe287c4283e7a2bc1ff54b1a9.tar glibc-c3f90e26a5160c3fe287c4283e7a2bc1ff54b1a9.tar.gz glibc-c3f90e26a5160c3fe287c4283e7a2bc1ff54b1a9.tar.bz2 glibc-c3f90e26a5160c3fe287c4283e7a2bc1ff54b1a9.zip |
Update.
* sysdeps/unix/sysv/linux/sleep.c (__sleep): Use nanosleep syscall
directly to avoid cancellation in the regular nanosleep
implementation.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9dee60ff23..a7d422e837 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2003-06-06 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: New sequences for + 5+ arg syscalls only needed for PIC. + Patch by Ralph Siemsen <ralphs@netwinder.org>. + 2003-06-05 Richard Henderson <rth@redhat.com> * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use |