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/unwind.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/unwind.c')
-rw-r--r-- | nptl/unwind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/unwind.c b/nptl/unwind.c index 4769e0d823..a7855c386c 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -119,5 +119,5 @@ __pthread_unwind_next (__pthread_unwind_buf_t *buf) { struct pthread_unwind_buf *ibuf = (struct pthread_unwind_buf *) buf; - __pthread_unwind (ibuf->priv.data.prev); + __pthread_unwind ((__pthread_unwind_buf_t *) ibuf->priv.data.prev); } |