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
Remove --disable-experimental-malloc option
[glibc.git]
/
include
/
bits
/
stdlib-float.h
blob
54ab57198165d10728f7d59ec87dc77970ae4903
1
/* No floating-point inline functions in rtld and for the conform tests. */
2
#ifdef _ISOMAC
3
# include <stdlib/bits/stdlib-float.h>
4
#else
5
# if !IS_IN (rtld)
6
# include <stdlib/bits/stdlib-float.h>
7
# endif
8
#endif