repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(do_test): Make sure the helper process is terminating when the test
[glibc/history.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_ctan.c
blob
a6a21f9f232bcd00d8466577da5b2df092e851fb
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#include <math/s_ctan.c>
4
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
5
compat_symbol
(
libm
,
__ctan
,
ctanl
,
GLIBC_2_1
);
6
#endif