summaryrefslogtreecommitdiff
path: root/usr/src/lib/libm/common/C/tanh.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libm/common/C/tanh.c')
-rw-r--r--usr/src/lib/libm/common/C/tanh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/libm/common/C/tanh.c b/usr/src/lib/libm/common/C/tanh.c
index aa45520ae0..3b2c2cc708 100644
--- a/usr/src/lib/libm/common/C/tanh.c
+++ b/usr/src/lib/libm/common/C/tanh.c
@@ -27,7 +27,7 @@
* Use is subject to license terms.
*/
-#pragma weak tanh = __tanh
+#pragma weak __tanh = tanh
/* INDENT OFF */
/*
@@ -56,7 +56,6 @@
*/
#include "libm.h"
-#include "libm_synonyms.h"
#include "libm_protos.h"
#include <math.h>