diff options
Diffstat (limited to 'usr/src/lib/libm/common/complex/ctanhf.c')
-rw-r--r-- | usr/src/lib/libm/common/complex/ctanhf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libm/common/complex/ctanhf.c b/usr/src/lib/libm/common/complex/ctanhf.c index ab67e2dd40..a7bea97be1 100644 --- a/usr/src/lib/libm/common/complex/ctanhf.c +++ b/usr/src/lib/libm/common/complex/ctanhf.c @@ -27,7 +27,7 @@ * Use is subject to license terms. */ -#pragma weak ctanhf = __ctanhf +#pragma weak __ctanhf = ctanhf #include "libm.h" /* expf/expm1f/fabsf/sincosf/sinf/tanhf */ #include "complex_wrapper.h" |