summaryrefslogtreecommitdiff
path: root/sysdeps/generic/math_ldbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/math_ldbl.h')
-rw-r--r--sysdeps/generic/math_ldbl.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysdeps/generic/math_ldbl.h b/sysdeps/generic/math_ldbl.h
index f0b97ef8f9..4e7ee7912e 100644
--- a/sysdeps/generic/math_ldbl.h
+++ b/sysdeps/generic/math_ldbl.h
@@ -1,5 +1,7 @@
-#ifndef _MATH_PRIVATE_H_
-#error "Never use <math_ldbl.h> directly; include <math_private.h> instead."
-#endif
+#ifndef _MATH_LDBL_H_
+#define _MATH_LDBL_H_ 1
+
+/* Any machine with a 'long double' distinct from 'double' must
+ override this header. */
-/* This is empty. Any machine using long double type will override this header. */
+#endif