From 17d53dd7b38b024c5e1471610a21092fa73d13da Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 16 Dec 2005 19:28:49 +0000 Subject: Remove trailing ; --- libc/stdlib/atexit.c | 2 +- libc/stdlib/ldiv.c | 3 +-- libc/stdlib/lldiv.c | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'libc') diff --git a/libc/stdlib/atexit.c b/libc/stdlib/atexit.c index 3a8a7be14..f6944edc5 100644 --- a/libc/stdlib/atexit.c +++ b/libc/stdlib/atexit.c @@ -121,7 +121,7 @@ int old_atexit(aefuncp func) &__dso_handle == NULL ? NULL : __dso_handle); } #ifndef L_atexit -weak_alias(old_atexit,atexit); +weak_alias(old_atexit,atexit) #endif #endif diff --git a/libc/stdlib/ldiv.c b/libc/stdlib/ldiv.c index c66470fb2..f8e789a92 100644 --- a/libc/stdlib/ldiv.c +++ b/libc/stdlib/ldiv.c @@ -57,6 +57,5 @@ ldiv (long int numer, long int denom) #if __WORDSIZE == 64 #undef imaxdiv -weak_alias (ldiv, imaxdiv); +weak_alias (ldiv, imaxdiv) #endif - diff --git a/libc/stdlib/lldiv.c b/libc/stdlib/lldiv.c index 2b382db6c..56ccb2612 100644 --- a/libc/stdlib/lldiv.c +++ b/libc/stdlib/lldiv.c @@ -58,6 +58,5 @@ lldiv (long long int numer, long long int denom) #if __WORDSIZE != 64 #undef imaxdiv -weak_alias (lldiv, imaxdiv); +weak_alias (lldiv, imaxdiv) #endif - -- cgit v1.2.3