about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/s_ceilf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/fpu/s_ceilf.c')
-rw-r--r--sysdeps/aarch64/fpu/s_ceilf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/s_ceilf.c b/sysdeps/aarch64/fpu/s_ceilf.c
index d5c438335e..304af6b1d2 100644
--- a/sysdeps/aarch64/fpu/s_ceilf.c
+++ b/sysdeps/aarch64/fpu/s_ceilf.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
+#include <libm-alias-float.h>
 
 float
 __ceilf (float x)
@@ -24,4 +25,4 @@ __ceilf (float x)
   return __builtin_ceilf (x);
 }
 
-weak_alias (__ceilf, ceilf)
+libm_alias_float (__ceil, ceil)