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_nanl.c
blob
9496e0b5cefd0458d14be151009f0a798c085441
1
#include <math_ldbl_opt.h>
2
#undef weak_alias
3
#define weak_alias(n,a)
4
#include <math/s_nanl.c>
5
long_double_symbol
(
libm
,
__nanl
,
nanl
);