summary refs log tree commit diff
path: root/sysdeps/x86_64/ffsll.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/ffsll.c')
-rw-r--r--sysdeps/x86_64/ffsll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/ffsll.c b/sysdeps/x86_64/ffsll.c
index a7a5dc8583..0c07dcec02 100644
--- a/sysdeps/x86_64/ffsll.c
+++ b/sysdeps/x86_64/ffsll.c
@@ -36,7 +36,7 @@ ffsll (long long int x)
   return cnt + 1;
 }
 
-#ifdef __LP64__
+#ifndef __ILP32__
 #undef	ffsl
 weak_alias (ffsll, ffsl)
 #endif