2004-08-02  Ulrich Drepper  <drepper@redhat.com>

	* linuxthreads.texi (Cleanup Handlers): Fix typo.
	Reported by Bjoern Engelmann <bjengelmann@gmx.de>.
This commit is contained in:
Ulrich Drepper 2004-08-02 16:22:43 +00:00
parent 9fccfe8c78
commit f95bb511f4
2 changed files with 6 additions and 1 deletions

View 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]

View 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