about summary refs log tree commit diff
path: root/REORG.TODO/include/bits/stdlib-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/bits/stdlib-float.h')
-rw-r--r--REORG.TODO/include/bits/stdlib-float.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/include/bits/stdlib-float.h b/REORG.TODO/include/bits/stdlib-float.h
new file mode 100644
index 0000000000..54ab571981
--- /dev/null
+++ b/REORG.TODO/include/bits/stdlib-float.h
@@ -0,0 +1,8 @@
+/* No floating-point inline functions in rtld and for the conform tests.  */
+#ifdef _ISOMAC
+# include <stdlib/bits/stdlib-float.h>
+#else
+# if !IS_IN (rtld)
+#  include <stdlib/bits/stdlib-float.h>
+# endif
+#endif