diff options
Diffstat (limited to 'sysdeps/arm/fenv_private.h')
-rw-r--r-- | sysdeps/arm/fenv_private.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysdeps/arm/fenv_private.h b/sysdeps/arm/fenv_private.h index 55157c8ae2..b96259dc34 100644 --- a/sysdeps/arm/fenv_private.h +++ b/sysdeps/arm/fenv_private.h @@ -16,8 +16,8 @@ License along with the GNU C Library. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef FENV_PRIVATE_H -#define FENV_PRIVATE_H 1 +#ifndef ARM_FENV_PRIVATE_H +#define ARM_FENV_PRIVATE_H 1 #include <fenv.h> #include <fpu_control.h> @@ -246,4 +246,6 @@ libc_fesetenv_vfp_ctx (struct rm_ctx *ctx) #endif -#endif /* FENV_PRIVATE_H */ +#include_next <fenv_private.h> + +#endif /* ARM_FENV_PRIVATE_H */ |