about summary refs log tree commit diff
path: root/sysdeps/arm/math_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/math_private.h')
-rw-r--r--sysdeps/arm/math_private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/arm/math_private.h b/sysdeps/arm/math_private.h
new file mode 100644
index 0000000000..541a7f8d93
--- /dev/null
+++ b/sysdeps/arm/math_private.h
@@ -0,0 +1,6 @@
+#ifndef _MATH_PRIVATE_H
+
+#include "fenv_private.h"
+#include_next <math_private.h>
+
+#endif