about summary refs log tree commit diff
path: root/sysdeps/arm/math_private.h
diff options
context:
space:
mode:
authorWilco Dijkstra <Wilco.Dijkstra@arm.com>2014-04-28 10:53:04 +0100
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-04-28 10:53:04 +0100
commitdf639d73f421e176d6789b42e47596e3ab5cb70f (patch)
tree5c98747d456b6025a6388e30e6f7e23dbd9c4060 /sysdeps/arm/math_private.h
parent48332d822090e41253692053a00dfe224d3ebec0 (diff)
downloadglibc-df639d73f421e176d6789b42e47596e3ab5cb70f.tar.gz
glibc-df639d73f421e176d6789b42e47596e3ab5cb70f.tar.xz
glibc-df639d73f421e176d6789b42e47596e3ab5cb70f.zip
[ARM] Add support for fenv_private on ARM.
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