Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Aug 2004 16:22:43 +0000 (16:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Aug 2004 16:22:43 +0000 (16:22 +0000)
2004-08-02  Ulrich Drepper  <drepper@redhat.com>

* linuxthreads.texi (Cleanup Handlers): Fix typo.
Reported by Bjoern Engelmann <bjengelmann@gmx.de>.

linuxthreads/ChangeLog
linuxthreads/linuxthreads.texi

index f2507ae9d96a2f14767dde8dc343d85f711ad665..cd5ff76e5902dd5823d97b5b2722f9b1c9828a1d 100644 (file)
@@ -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]
index b4d83c9deef20c9afccddae3bcd3eade7137febb..795fb70977dd9e97b5ab525d31b2985b7a4ef1bf 100644 (file)
@@ -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