| 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 | 
| 9 | 
| 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 | 
| 9 |