projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d00e5
)
(__expm1l, expm1l): Remove NO_LONG_DOUBLE aliases.
author
drepper
<drepper>
Thu, 11 Jul 2002 03:09:32 +0000
(
03:09
+0000)
committer
drepper
<drepper>
Thu, 11 Jul 2002 03:09:32 +0000
(
03:09
+0000)
sysdeps/ieee754/ldbl-128/s_expm1l.c
patch
|
blob
|
history
diff --git
a/sysdeps/ieee754/ldbl-128/s_expm1l.c
b/sysdeps/ieee754/ldbl-128/s_expm1l.c
index
1ed68d6
..
6afe617
100644
(file)
--- a/
sysdeps/ieee754/ldbl-128/s_expm1l.c
+++ b/
sysdeps/ieee754/ldbl-128/s_expm1l.c
@@
-144,6
+144,3
@@
__expm1l (long double x)
}
weak_alias (__expm1l, expm1l)
-#ifdef NO_LONG_DOUBLE
-strong_alias (__expm1, __expm1l) weak_alias (__expm1, expm1l)
-#endif