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