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
/
w_j1.c
blob
ed3dbc0361eb68900f4bca9397d8aba2cb6a5899
1
#include <math_ldbl_opt.h>
2
#include <math/w_j1.c>
3
#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0)
4
compat_symbol
(
libm
,
j1
,
j1l
,
GLIBC_2_0
);
5
compat_symbol
(
libm
,
y1
,
y1l
,
GLIBC_2_0
);
6
#endif