diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-07 20:52:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-07 20:52:41 +0000 |
commit | e0329987e39550dbc6db6cb936322efb852ea99b (patch) | |
tree | 9c0141475b52d36529e61c39f71743bf0c76b402 /nptl/ChangeLog | |
parent | f863a5a5aff07502d2842fd52fbc6fde8dffab32 (diff) | |
download | glibc-e0329987e39550dbc6db6cb936322efb852ea99b.tar.gz glibc-e0329987e39550dbc6db6cb936322efb852ea99b.tar.xz glibc-e0329987e39550dbc6db6cb936322efb852ea99b.zip |
Update.
2004-09-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since the initialization function might throw.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f7f3d29e01..0530809ed3 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,10 @@ +2004-09-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since + the initialization function might throw. + 2005-09-05 Richard Henderson <rth@redhat.com> - + * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (SINGLE_THREAD_P): Move definition inside libpthread, libc, librt check. Provide definition for rtld. |