diff options
Diffstat (limited to 'sysdeps/arm/math_private.h')
-rw-r--r-- | sysdeps/arm/math_private.h | 6 |
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 |