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
sparc64: Remove unwind information from signal return stubs [BZ#31244]
[glibc.git]
/
sysdeps
/
ieee754
/
ldbl-opt
/
s_isnan.c
blob
33f57f1955f2a31f134a82a497218d927894ceb7
1
#include <math_ldbl_opt.h>
2
#include <sysdeps/ieee754/dbl-64/s_isnan.c>
3
#if !IS_IN (libm)
4
# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0)
5
compat_symbol
(
libc
,
__isnan
,
__isnanl
,
GLIBC_2_0
);
6
compat_symbol
(
libc
,
isnan
,
isnanl
,
GLIBC_2_0
);
7
# endif
8
#endif