diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 07:50:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 07:50:12 +0000 |
commit | 49b650430eb51350cc96adf7dd621560eb40af04 (patch) | |
tree | a92d6034074c3d710e835d64088beb65c38216e1 /nptl/cleanup.c | |
parent | 5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c (diff) | |
download | glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.gz glibc-49b650430eb51350cc96adf7dd621560eb40af04.tar.xz glibc-49b650430eb51350cc96adf7dd621560eb40af04.zip |
Update.
2003-05-31 Ulrich Drepper <drepper@redhat.com> * libio/fileops.c (_IO_file_open): Don't mark as inline. * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with attribute used.
Diffstat (limited to 'nptl/cleanup.c')
-rw-r--r-- | nptl/cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/cleanup.c b/nptl/cleanup.c index 2029fe2141..5bf85398e4 100644 --- a/nptl/cleanup.c +++ b/nptl/cleanup.c @@ -33,7 +33,7 @@ __pthread_register_cancel (__pthread_unwind_buf_t *buf) ibuf->priv.data.cleanup = THREAD_GETMEM (self, cleanup); /* Store the new cleanup handler info. */ - THREAD_SETMEM (self, cleanup_jmp_buf, buf); + THREAD_SETMEM (self, cleanup_jmp_buf, (struct pthread_unwind_buf *) buf); } |