summaryrefslogtreecommitdiff
path: root/test/builtins/Unit/mulxc3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/mulxc3_test.c')
-rw-r--r--test/builtins/Unit/mulxc3_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/builtins/Unit/mulxc3_test.c b/test/builtins/Unit/mulxc3_test.c
index 4297c162bd8e..e77e94fa9cf9 100644
--- a/test/builtins/Unit/mulxc3_test.c
+++ b/test/builtins/Unit/mulxc3_test.c
@@ -20,7 +20,7 @@
// Returns: the product of a + ib and c + id
-long double _Complex
+COMPILER_RT_ABI long double _Complex
__mulxc3(long double __a, long double __b, long double __c, long double __d);
enum {zero, non_zero, inf, NaN, non_zero_nan};