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
/
cabs.c
blob
a181de2fa8d4f0f256737fcd5c9e9a8ae64c1cf3
1
#include <complex.h>
2
#include <math_ldbl_opt.h>
3
#include <math/cabs.c>
4
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
5
compat_symbol
(
libm
,
__cabs
,
cabsl
,
GLIBC_2_1
);
6
#endif