aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-10 01:12:49 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-10 01:12:49 +0000
commitd9a08fdfeb9a36239eb1096bb54ada35d4fb03ea (patch)
tree69b53028e698aef6afb00a9a2d053a4025cdbf80 /sysdeps
parentce73ae2db24e0aa98965e7dd8b031a2f2102dc8e (diff)
downloadglibc-d9a08fdfeb9a36239eb1096bb54ada35d4fb03ea.tar
glibc-d9a08fdfeb9a36239eb1096bb54ada35d4fb03ea.tar.gz
glibc-d9a08fdfeb9a36239eb1096bb54ada35d4fb03ea.tar.bz2
glibc-d9a08fdfeb9a36239eb1096bb54ada35d4fb03ea.zip
(__expm1l): Add libm_hidden_def.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/m68k/fpu/s_expm1l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_expm1l.c b/sysdeps/m68k/fpu/s_expm1l.c
index cd62cb3b21..feee07a1d8 100644
--- a/sysdeps/m68k/fpu/s_expm1l.c
+++ b/sysdeps/m68k/fpu/s_expm1l.c
@@ -1,2 +1,3 @@
#define FUNC expm1l
#include <s_atanl.c>
+libm_hidden_def (__expm1l)