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 --- mk/__fenv_h.d | 2 +- src/fenv/__fenv_h.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mk/__fenv_h.d b/mk/__fenv_h.d index 749d3b9e..71a2d110 100644 --- a/mk/__fenv_h.d +++ b/mk/__fenv_h.d @@ -1,4 +1,4 @@ -libc_C.-1: libc.a(__fenv_h.o) +libc_C.0: libc.a(__fenv_h.o) libc.a(__fenv_h.o): $(OBJDIR)/__fenv_h.o @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% 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