summaryrefslogtreecommitdiff
path: root/lib/builtins/muldc3.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/builtins/muldc3.c')
-rw-r--r--lib/builtins/muldc3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/muldc3.c b/lib/builtins/muldc3.c
index 5f4a6d16e..3bfae2c52 100644
--- a/lib/builtins/muldc3.c
+++ b/lib/builtins/muldc3.c
@@ -17,7 +17,7 @@
/* Returns: the product of a + ib and c + id */
-double _Complex
+COMPILER_RT_ABI double _Complex
__muldc3(double __a, double __b, double __c, double __d)
{
double __ac = __a * __c;