diff options
Diffstat (limited to 'include/bits/stdlib-float.h')
-rw-r--r-- | include/bits/stdlib-float.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bits/stdlib-float.h b/include/bits/stdlib-float.h new file mode 100644 index 0000000000..d3f5c5b927 --- /dev/null +++ b/include/bits/stdlib-float.h @@ -0,0 +1,4 @@ +/* No floating-point inline functions in rtld. */ +#ifndef IS_IN_rtld +# include <stdlib/bits/stdlib-float.h> +#endif |