From acb5ff2ef347b7bf9b5e62a2425ca8006b433c09 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 10 Dec 2005 18:26:05 +0000 Subject: Remove trailing ';' from strong_alias, thx Bernhard Fischer --- ldso/ldso/dl-elf.c | 2 +- libc/misc/wchar/wstdio.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ldso/ldso/dl-elf.c b/ldso/ldso/dl-elf.c index b942dd85b..a788f8ebf 100644 --- a/ldso/ldso/dl-elf.c +++ b/ldso/ldso/dl-elf.c @@ -815,6 +815,6 @@ __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info, size_t size, void } return ret; } -strong_alias(__dl_iterate_phdr, dl_iterate_phdr); +strong_alias(__dl_iterate_phdr, dl_iterate_phdr) #endif #endif diff --git a/libc/misc/wchar/wstdio.c b/libc/misc/wchar/wstdio.c index b0f259001..91917683a 100644 --- a/libc/misc/wchar/wstdio.c +++ b/libc/misc/wchar/wstdio.c @@ -263,8 +263,8 @@ UNLOCKED(wint_t,fgetwc,(register FILE *stream),(stream)) return wi; } -strong_alias(fgetwc_unlocked,getwc_unlocked); -strong_alias(fgetwc,getwc); +strong_alias(fgetwc_unlocked,getwc_unlocked) +strong_alias(fgetwc,getwc) #endif /**********************************************************************/ @@ -329,8 +329,8 @@ UNLOCKED(wint_t,fputwc,(wchar_t wc, FILE *stream),(wc, stream)) #endif } -strong_alias(fputwc_unlocked,putwc_unlocked); -strong_alias(fputwc,putwc); +strong_alias(fputwc_unlocked,putwc_unlocked) +strong_alias(fputwc,putwc) #endif /**********************************************************************/ -- cgit v1.2.3