summaryrefslogtreecommitdiff
path: root/libc/stdlib/lldiv.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-16 19:28:49 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-16 19:28:49 +0000
commit17d53dd7b38b024c5e1471610a21092fa73d13da (patch)
tree6531d8272302747b2d1ca10471207c686fffaf5a /libc/stdlib/lldiv.c
parent0d5d9538d11c77432d5701b2de957c6bdd66d0ab (diff)
Remove trailing ;
Diffstat (limited to 'libc/stdlib/lldiv.c')
-rw-r--r--libc/stdlib/lldiv.c3
1 files changed, 1 insertions, 2 deletions
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
-