diff --git a/headers/posix/math.h b/headers/posix/math.h index a4bb33ef1f..dc3670ae7e 100644 --- a/headers/posix/math.h +++ b/headers/posix/math.h @@ -94,7 +94,7 @@ #define FP_FAST_FMAL 0 #endif -#define FP_ILOGB0 INT_MAX +#define FP_ILOGB0 INT_MIN #define FP_ILOGBNAN INT_MAX #ifdef __cplusplus