about summary refs log tree commit diff
path: root/math/w_exp_compat.c
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2018-04-30 11:45:42 -0300
committerTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>2018-04-30 11:45:54 -0300
commitdc115e1cdc369c31296b8287959758fb77f33aaa (patch)
treec899fdde1a9c938ab1b726be4b39841f57146136 /math/w_exp_compat.c
parent340d9652b9d0e1d4136588f18b726662d195777c (diff)
downloadglibc-dc115e1cdc369c31296b8287959758fb77f33aaa.tar.gz
glibc-dc115e1cdc369c31296b8287959758fb77f33aaa.tar.xz
glibc-dc115e1cdc369c31296b8287959758fb77f33aaa.zip
Replace hidden_def with libm_hidden_def in math
libm_hidden_def expand the parameters and do not require an extra layer
of macros.
These were the last 3 files in math/ still using hidden_def().

	* math/w_exp_compat.c: Replace hidden_def with libm_hidden_def..
	* math/w_expl_compat.c: Likewise.
	* math/w_exp_template.c: Likewise.  Remove hidden_def_x.

Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Diffstat (limited to 'math/w_exp_compat.c')
-rw-r--r--math/w_exp_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_exp_compat.c b/math/w_exp_compat.c
index 5b0f3ad50a..ccda100075 100644
--- a/math/w_exp_compat.c
+++ b/math/w_exp_compat.c
@@ -33,6 +33,6 @@ __exp (double x)
 
   return z;
 }
-hidden_def (__exp)
+libm_hidden_def (__exp)
 libm_alias_double (__exp, exp)
 #endif