aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/s_ceill.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/fpu/s_ceill.S')
-rw-r--r--sysdeps/x86_64/fpu/s_ceill.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/s_ceill.S b/sysdeps/x86_64/fpu/s_ceill.S
index 8f2bd351f6..981190ea4c 100644
--- a/sysdeps/x86_64/fpu/s_ceill.S
+++ b/sysdeps/x86_64/fpu/s_ceill.S
@@ -34,4 +34,5 @@ ENTRY(__ceill)
ret
END (__ceill)
+libm_hidden_def (__ceill)
libm_alias_ldouble (__ceil, ceil)