diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Headers/tgmath.h')
-rw-r--r-- | contrib/llvm/tools/clang/lib/Headers/tgmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Headers/tgmath.h b/contrib/llvm/tools/clang/lib/Headers/tgmath.h index a48e267..318e118 100644 --- a/contrib/llvm/tools/clang/lib/Headers/tgmath.h +++ b/contrib/llvm/tools/clang/lib/Headers/tgmath.h @@ -490,7 +490,7 @@ static double _Complex static long double _Complex _TG_ATTRS - __tg_pow(long double _Complex __x, long double _Complex __y) + __tg_pow(long double _Complex __x, long double _Complex __y) {return cpowl(__x, __y);} #undef pow |