diff options
Diffstat (limited to 'newlib/libc/include/complex.h')
-rw-r--r-- | newlib/libc/include/complex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/include/complex.h b/newlib/libc/include/complex.h index c3ae3cff8..3150f3423 100644 --- a/newlib/libc/include/complex.h +++ b/newlib/libc/include/complex.h @@ -120,6 +120,11 @@ double creal(double complex); float crealf(float complex); long double creall(long double complex); +#if __GNU_VISIBLE +double complex clog10(double complex); +float complex clog10f(float complex); +#endif + __END_DECLS #endif /* ! _COMPLEX_H */ |