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
Fix Wundef warning for __STDC_VERSION__
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_clog10.c
blob
ac3f4a3a71af5a8d93c798df1d8d907f2fc55829
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#include <math/s_clog10.c>
4
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
5
compat_symbol
(
libm
,
__clog10
,
__clog10l
,
GLIBC_2_1
);
6
compat_symbol
(
libm
,
clog10
,
clog10l
,
GLIBC_2_1
);
7
#endif