diff options
-rw-r--r-- | mk/__fenv_h.d | 2 | ||||
-rw-r--r-- | 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) */ |