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 /linuxthreads/ChangeLog | |
parent | f863a5a5aff07502d2842fd52fbc6fde8dffab32 (diff) | |
download | glibc-e0329987e39550dbc6db6cb936322efb852ea99b.tar glibc-e0329987e39550dbc6db6cb936322efb852ea99b.tar.gz glibc-e0329987e39550dbc6db6cb936322efb852ea99b.tar.bz2 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 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 90ad1f5907..6cbf62ced0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-09-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h (pthread_once): Remove __THROW since + the initialization function might throw. + 2004-08-30 Roland McGrath <roland@frob.com> * Makefile (libpthread-abi-frozen): New variable. |