diff options
Diffstat (limited to 'include/bits/stdlib-float.h')
-rw-r--r-- | include/bits/stdlib-float.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits/stdlib-float.h b/include/bits/stdlib-float.h index d3f5c5b927..346631482d 100644 --- a/include/bits/stdlib-float.h +++ b/include/bits/stdlib-float.h @@ -1,4 +1,4 @@ /* No floating-point inline functions in rtld. */ -#ifndef IS_IN_rtld +#if !IS_IN (rtld) # include <stdlib/bits/stdlib-float.h> #endif |