1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
Ulrich Drepper
2003-05-31 07:50:12 +00:00
parent 5d4f57bd93
commit 49b650430e
10 changed files with 33 additions and 30 deletions

View File

@ -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);
}