diff options
Diffstat (limited to 'math/s_ccosh_template.c')
-rw-r--r-- | math/s_ccosh_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_ccosh_template.c b/math/s_ccosh_template.c index 6840c4819e..f55324593a 100644 --- a/math/s_ccosh_template.c +++ b/math/s_ccosh_template.c @@ -133,5 +133,5 @@ M_DECL_FUNC (__ccosh) (CFLOAT x) return retval; } - +libm_hidden_def (M_SUF (__ccosh)) declare_mgen_alias (__ccosh, ccosh); |