mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update.
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:
parent
9fccfe8c78
commit
f95bb511f4
@ -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]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user