diff options
Diffstat (limited to 'sysdeps/arm/fpu/bits/fenv.h')
-rw-r--r-- | sysdeps/arm/fpu/bits/fenv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/fpu/bits/fenv.h b/sysdeps/arm/fpu/bits/fenv.h index 17b9702751..ca06196dda 100644 --- a/sysdeps/arm/fpu/bits/fenv.h +++ b/sysdeps/arm/fpu/bits/fenv.h @@ -34,7 +34,7 @@ enum }; /* Amount to shift by to convert an exception to a mask bit. */ -#define FE_EXCEPTION_SHIFT 16 +#define FE_EXCEPT_SHIFT 16 /* All supported exceptions. */ #define FE_ALL_EXCEPT \ |