diff options
Diffstat (limited to 'math/s_cexp_template.c')
-rw-r--r-- | math/s_cexp_template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_cexp_template.c b/math/s_cexp_template.c index e099e42a4c..586b991a17 100644 --- a/math/s_cexp_template.c +++ b/math/s_cexp_template.c @@ -147,4 +147,5 @@ M_DECL_FUNC (__cexp) (CFLOAT x) return retval; } +libm_hidden_def (M_SUF (__cexp)) declare_mgen_alias (__cexp, cexp) |