about summary refs log tree commit diff
path: root/ports/sysdeps/aarch64/fpu/s_truncf.c
diff options
context:
space:
mode:
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-20 23:10:51 +0000
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>2012-11-21 08:16:00 +0000
commit887a4ca5b04ffa80ff2e20286e382eee9e5658d6 (patch)
tree8c9b1d3f61ace2836396302a3cd90cd2bf8f16a9 /ports/sysdeps/aarch64/fpu/s_truncf.c
parent5e543752f17c3c831a5728c745c3fccc990baba1 (diff)
downloadglibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.gz
glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.tar.xz
glibc-887a4ca5b04ffa80ff2e20286e382eee9e5658d6.zip
aarch64: Rename .x files to .c
Diffstat (limited to 'ports/sysdeps/aarch64/fpu/s_truncf.c')
-rw-r--r--ports/sysdeps/aarch64/fpu/s_truncf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sysdeps/aarch64/fpu/s_truncf.c b/ports/sysdeps/aarch64/fpu/s_truncf.c
index 3cbba72bf9..f81bd50d36 100644
--- a/ports/sysdeps/aarch64/fpu/s_truncf.c
+++ b/ports/sysdeps/aarch64/fpu/s_truncf.c
@@ -18,4 +18,4 @@
 
 #define FUNC truncf
 #define INSN "frintz"
-#include <s_frintf.x>
+#include <s_frintf.c>