From: Ulrich Drepper Date: Mon, 2 Aug 2004 16:22:43 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/fedora-base~273 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f95bb511f47cf3e35f1aa7b4621cabb150d40ae4;p=thirdparty%2Fglibc.git Update. 2004-08-02 Ulrich Drepper * linuxthreads.texi (Cleanup Handlers): Fix typo. Reported by Bjoern Engelmann . --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f2507ae9d96..cd5ff76e590 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-08-02 Ulrich Drepper + + * linuxthreads.texi (Cleanup Handlers): Fix typo. + Reported by Bjoern Engelmann . + 2004-07-23 Jakub Jelinek [BZ #284] diff --git a/linuxthreads/linuxthreads.texi b/linuxthreads/linuxthreads.texi index b4d83c9deef..795fb70977d 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