musl: fix typo in 171b104640

This commit is contained in:
Alex Rønne Petersen 2026-01-21 17:53:11 +01:00
parent eb3f16db5e
commit 3245eddcb1
No known key found for this signature in database

View file

@ -1,4 +1,4 @@
#ifdef __longarch_soft_float
#ifdef __loongarch_soft_float
#define FE_ALL_EXCEPT 0
#define FE_TONEAREST 0
#else