mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +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>
|
2004-07-23 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
[BZ #284]
|
[BZ #284]
|
||||||
|
@ -544,7 +544,7 @@ The sequence
|
|||||||
@smallexample
|
@smallexample
|
||||||
pthread_cleanup_push_defer_np(routine, arg);
|
pthread_cleanup_push_defer_np(routine, arg);
|
||||||
...
|
...
|
||||||
pthread_cleanup_pop_defer_np(execute);
|
pthread_cleanup_pop_restore_np(execute);
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
Loading…
Reference in New Issue
Block a user