diff options
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); } |