diff options
Diffstat (limited to 'ports/sysdeps/hppa/dl-fptr.c')
-rw-r--r-- | ports/sysdeps/hppa/dl-fptr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/hppa/dl-fptr.c b/ports/sysdeps/hppa/dl-fptr.c index 4463148ef3..e0a884237d 100644 --- a/ports/sysdeps/hppa/dl-fptr.c +++ b/ports/sysdeps/hppa/dl-fptr.c @@ -99,7 +99,7 @@ new_fdesc_table (struct local *l, size_t *size) } /* Must call _dl_fptr_init before using any other function. */ -void +void _dl_fptr_init (void) { struct local *l; |