summaryrefslogtreecommitdiff
path: root/libc/stdlib/lldiv.c
diff options
context:
space:
mode:
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
-