repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov.
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
w_acosh.c
blob
7f7fa14e279ff300d37627b475e43f8fc64d18df
1
#include <math_ldbl_opt.h>
2
#include <math/w_acosh.c>
3
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
4
compat_symbol
(
libm
,
__acosh
,
acoshl
,
GLIBC_2_0
);
5
#endif