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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/lldiv.c b/libc/stdlib/lldiv.c
index 56ccb2612..09cadc691 100644
--- a/libc/stdlib/lldiv.c
+++ b/libc/stdlib/lldiv.c
@@ -58,5 +58,5 @@ lldiv (long long int numer, long long int denom)
#if __WORDSIZE != 64
#undef imaxdiv
-weak_alias (lldiv, imaxdiv)
+strong_alias(lldiv,imaxdiv)
#endif