aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-01-07 00:49:44 +0000
committerUlrich Drepper <drepper@redhat.com>2003-01-07 00:49:44 +0000
commitbef1e42fb889ab5facb2742db05e37575aed42cb (patch)
tree8a595ffb4513e7ced83472055320d267964cbefc /nptl
parent52f3d213311e34285c4809f043a5cf3a5876b897 (diff)
downloadglibc-bef1e42fb889ab5facb2742db05e37575aed42cb.tar
glibc-bef1e42fb889ab5facb2742db05e37575aed42cb.tar.gz
glibc-bef1e42fb889ab5facb2742db05e37575aed42cb.tar.bz2
glibc-bef1e42fb889ab5facb2742db05e37575aed42cb.zip
Update.
2003-01-06 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS. * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation handling. * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index ca298c94a2..753289261c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+2003-01-06 Jakub Jelinek <jakub@redhat.com>
+
+ * pthreadP.h (LIBC_CANCEL_HANDLED): Define.
+ * pt-system.c (LIBC_CANCEL_HANDLED): Add.
+ * tst-cancel-wrappers.sh: Remove all exceptions.
+
2003-01-05 Ulrich Drepper <drepper@redhat.com>
* tst-cancel-wrappers.sh: Invoke gawk not awk since we use GNU awk