about summary refs log tree commit diff
path: root/math/s_casinh_template.c
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2018-03-18 17:01:06 -0400
committerZack Weinberg <zackw@panix.com>2018-03-26 09:05:19 -0400
commitf66704a937db50bbd78acc5c29f569b4c8e35d19 (patch)
tree92d261f99ff3346bffb3a61f6e788fe0daf6093e /math/s_casinh_template.c
parent9ea49e16c79bd2acd0d0648ca0163f26dd1c3dae (diff)
downloadglibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.gz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.tar.xz
glibc-f66704a937db50bbd78acc5c29f569b4c8e35d19.zip
WIP finer-grained, more aggressive local PLT call check zack/wip-check-localplt-2
Diffstat (limited to 'math/s_casinh_template.c')
-rw-r--r--math/s_casinh_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_casinh_template.c b/math/s_casinh_template.c
index 8433ce134d..bf42a82069 100644
--- a/math/s_casinh_template.c
+++ b/math/s_casinh_template.c
@@ -67,5 +67,5 @@ M_DECL_FUNC (__casinh) (CFLOAT x)
 
   return res;
 }
-
+libm_hidden_def (M_SUF (__casinh))
 declare_mgen_alias (__casinh, casinh)