diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-02 16:22:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-02 16:22:43 +0000 |
commit | f95bb511f47cf3e35f1aa7b4621cabb150d40ae4 (patch) | |
tree | 19a457638454044822fb818b5a6207db60d724d9 /linuxthreads | |
parent | 9fccfe8c780f5ef77909bfa1bf8d9955dba2adf2 (diff) | |
download | glibc-f95bb511f47cf3e35f1aa7b4621cabb150d40ae4.zip glibc-f95bb511f47cf3e35f1aa7b4621cabb150d40ae4.tar.gz glibc-f95bb511f47cf3e35f1aa7b4621cabb150d40ae4.tar.bz2 |
Update.
2004-08-02 Ulrich Drepper <drepper@redhat.com>
* linuxthreads.texi (Cleanup Handlers): Fix typo.
Reported by Bjoern Engelmann <bjengelmann@gmx.de>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/linuxthreads.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f2507ae..cd5ff76 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 Ulrich Drepper <drepper@redhat.com> + + * linuxthreads.texi (Cleanup Handlers): Fix typo. + Reported by Bjoern Engelmann <bjengelmann@gmx.de>. + 2004-07-23 Jakub Jelinek <jakub@redhat.com> [BZ #284] diff --git a/linuxthreads/linuxthreads.texi b/linuxthreads/linuxthreads.texi index b4d83c9..795fb70 100644 --- a/linuxthreads/linuxthreads.texi +++ b/linuxthreads/linuxthreads.texi @@ -544,7 +544,7 @@ The sequence @smallexample pthread_cleanup_push_defer_np(routine, arg); ... -pthread_cleanup_pop_defer_np(execute); +pthread_cleanup_pop_restore_np(execute); @end smallexample @noindent |