OSDN Git Service

Remove trailing ;
authorPeter S. Mazinger <ps.m@gmx.net>
Fri, 16 Dec 2005 19:28:49 +0000 (19:28 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Fri, 16 Dec 2005 19:28:49 +0000 (19:28 -0000)
libc/stdlib/atexit.c
libc/stdlib/ldiv.c
libc/stdlib/lldiv.c

index 3a8a7be..f6944ed 100644 (file)
@@ -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
 
index c66470f..f8e789a 100644 (file)
@@ -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
-
index 2b382db..56ccb26 100644 (file)
@@ -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
-