diff options
Diffstat (limited to 'libc/stdlib/ldiv.c')
-rw-r--r-- | libc/stdlib/ldiv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/ldiv.c b/libc/stdlib/ldiv.c index f8e789a92..88a877116 100644 --- a/libc/stdlib/ldiv.c +++ b/libc/stdlib/ldiv.c @@ -57,5 +57,5 @@ ldiv (long int numer, long int denom) #if __WORDSIZE == 64 #undef imaxdiv -weak_alias (ldiv, imaxdiv) +strong_alias(ldiv,imaxdiv) #endif |