diff options
Diffstat (limited to 'sysdeps/powerpc/powerpc64/fpu/s_rintf.S')
-rw-r--r-- | sysdeps/powerpc/powerpc64/fpu/s_rintf.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/powerpc/powerpc64/fpu/s_rintf.S b/sysdeps/powerpc/powerpc64/fpu/s_rintf.S index 193cf81368..8ef9dfce27 100644 --- a/sysdeps/powerpc/powerpc64/fpu/s_rintf.S +++ b/sysdeps/powerpc/powerpc64/fpu/s_rintf.S @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <sysdep.h> +#include <libm-alias-float.h> .section ".toc","aw" .p2align 3 @@ -52,5 +53,5 @@ ENTRY (__rintf, 4) blr END (__rintf) -weak_alias (__rintf, rintf) +libm_alias_float (__rint, rint) |