about summary refs log tree commit diff
path: root/include/bits/stdlib-float.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bits/stdlib-float.h')
-rw-r--r--include/bits/stdlib-float.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/bits/stdlib-float.h b/include/bits/stdlib-float.h
deleted file mode 100644
index 54ab571981..0000000000
--- a/include/bits/stdlib-float.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* 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