diff options
Diffstat (limited to 'compiler-rt/lib/builtins/divxc3.c')
-rw-r--r-- | compiler-rt/lib/builtins/divxc3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/builtins/divxc3.c b/compiler-rt/lib/builtins/divxc3.c index 5f240e956d8..175ae3cf4ae 100644 --- a/compiler-rt/lib/builtins/divxc3.c +++ b/compiler-rt/lib/builtins/divxc3.c @@ -18,7 +18,7 @@ /* Returns: the quotient of (a + ib) / (c + id) */ -long double _Complex +COMPILER_RT_ABI long double _Complex __divxc3(long double __a, long double __b, long double __c, long double __d) { int __ilogbw = 0; |