From 5d2a062b36760717e684da40633e1e35a1d152a3 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Fri, 2 Jun 2023 17:26:56 +0300 Subject: [PATCH] LibC: fix INFINITY definition typo --- libc/include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/math.h b/libc/include/math.h index 48794cd6..33225fe0 100644 --- a/libc/include/math.h +++ b/libc/include/math.h @@ -55,7 +55,7 @@ int signbit(real-floating x); #define HUGE_VAL 1e10000 #define HUGE_VALF 1e10000f #define HUGE_VALL 1e10000L -#define INFINITY HUGE_VALf +#define INFINITY HUGE_VALF #define NAN (0.0f / 0.0f) #define FP_INFINITE 0