From 6b19315fe9c856f2941caf0721226264f4126b5b Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 7 Jun 2024 15:16:36 -0400 Subject: tweak __fenv_h so it gets included by default --- src/fenv/__fenv_h.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fenv') diff --git a/src/fenv/__fenv_h.c b/src/fenv/__fenv_h.c index 331e852f..8a86e396 100644 --- a/src/fenv/__fenv_h.c +++ b/src/fenv/__fenv_h.c @@ -3,6 +3,6 @@ struct __fenv_h __fenv_h = { 0 }; /* -STDC(-1) -SIGNAL_SAFE(-1) +STDC(0) +SIGNAL_SAFE(0) */ -- cgit v1.2.1