about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/s_llroundf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/fpu/s_llroundf.c')
-rw-r--r--sysdeps/aarch64/fpu/s_llroundf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/s_llroundf.c b/sysdeps/aarch64/fpu/s_llroundf.c
index 0ca390baec..e45b3f987b 100644
--- a/sysdeps/aarch64/fpu/s_llroundf.c
+++ b/sysdeps/aarch64/fpu/s_llroundf.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
+#include <libm-alias-float.h>
 
 long long int
 __llroundf (float x)
@@ -24,4 +25,4 @@ __llroundf (float x)
   return __builtin_llroundf (x);
 }
 
-weak_alias (__llroundf, llroundf)
+libm_alias_float (__llround, llround)