diff --git a/headers/posix/arch/x86_64/fenv.h b/headers/posix/arch/x86_64/fenv.h index 76f85e1999..ef03daa072 100644 --- a/headers/posix/arch/x86_64/fenv.h +++ b/headers/posix/arch/x86_64/fenv.h @@ -42,7 +42,7 @@ typedef struct { uint32_t __mxcsr; } fenv_t; -typedef uint16 fexcept_t; +typedef uint16_t fexcept_t; /* Exception flags */ #define FE_INVALID 0x01