about summary refs log tree commit diff
path: root/sysdeps/aarch64/fpu/s_roundf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/aarch64/fpu/s_roundf.c')
-rw-r--r--sysdeps/aarch64/fpu/s_roundf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/aarch64/fpu/s_roundf.c b/sysdeps/aarch64/fpu/s_roundf.c
index 66c8ee6d09..34bed497b2 100644
--- a/sysdeps/aarch64/fpu/s_roundf.c
+++ b/sysdeps/aarch64/fpu/s_roundf.c
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <math.h>
+#include <libm-alias-float.h>
 
 float
 __roundf (float x)
@@ -24,4 +25,4 @@ __roundf (float x)
   return __builtin_roundf (x);
 }
 
-weak_alias (__roundf, roundf)
+libm_alias_float (__round, round)