diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/s_finitel.S')
-rw-r--r-- | sysdeps/x86_64/fpu/s_finitel.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/s_finitel.S b/sysdeps/x86_64/fpu/s_finitel.S index 45b9886fb6..9e49796901 100644 --- a/sysdeps/x86_64/fpu/s_finitel.S +++ b/sysdeps/x86_64/fpu/s_finitel.S @@ -12,5 +12,5 @@ ENTRY(__finitel) shrl $31, %eax ret END (__finitel) -strong_alias(__finitel, __finitel_internal) weak_alias (__finitel, finitel) +hidden_def (__finitel) |