zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3245eddcb12b5023bbbbd63eacb5eaf4968be9cb (tree)
parent eb3f16db5e20a7de0695e1a42ff32526faaff9f4
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Wed, 21 Jan 2026 17:53:11 +0100

musl: fix typo in 171b1046408bca46508ed205ff4f9a3ee4c95d80

Diffstat:
Mlib/libc/include/loongarch64-linux-musl/bits/fenv.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/include/loongarch64-linux-musl/bits/fenv.h b/lib/libc/include/loongarch64-linux-musl/bits/fenv.h @@ -1,4 +1,4 @@ -#ifdef __longarch_soft_float +#ifdef __loongarch_soft_float #define FE_ALL_EXCEPT 0 #define FE_TONEAREST 0 #else