diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-18 08:01:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-18 08:01:53 +0000 |
commit | 7d74651eb053324e19605ab8a9421a787ec9f836 (patch) | |
tree | 45fd53db47e77c6bbe53550f1a2a146183298968 /nptl/ChangeLog | |
parent | Update. (diff) | |
download | glibc-7d74651eb053324e19605ab8a9421a787ec9f836.tar.gz glibc-7d74651eb053324e19605ab8a9421a787ec9f836.tar.bz2 glibc-7d74651eb053324e19605ab8a9421a787ec9f836.zip |
Update.
2003-04-18 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/pthread.h: Don't mark pthread_testcancel with
__THROW.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d38913303a..a456d5c575 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-04-18 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h: Don't mark pthread_testcancel with + __THROW. + 2003-04-16 Jakub Jelinek <jakub@redhat.com> * tst-cancel4.c (do_test): Use %zd instead of %d when printing cnt. |