summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c')
-rw-r--r--compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c b/compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c
index 68390d19722..4d1ce088476 100644
--- a/compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c
+++ b/compiler-rt/test/builtins/Unit/ppc/floatunditf_test.c
@@ -1,7 +1,7 @@
#include <stdint.h>
#include <stdio.h>
-long double __floatunditf(uint64_t);
+COMPILER_RT_ABI long double __floatunditf(uint64_t);
#include "floatunditf_test.h"
#include "DD.h"
OpenPOWER on IntegriCloud