From 49b650430eb51350cc96adf7dd621560eb40af04 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 May 2003 07:50:12 +0000 Subject: Update. 2003-05-31 Ulrich Drepper * libio/fileops.c (_IO_file_open): Don't mark as inline. * sysdeps/ia64/elf/initfini.c ((gmon_initializer): Mark with attribute used. --- nptl/unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/unwind.c') 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); } -- cgit v1.2.3