diff options
Diffstat (limited to 'src/fenv/__fenv_h.c')
-rw-r--r-- | src/fenv/__fenv_h.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fenv/__fenv_h.c b/src/fenv/__fenv_h.c index 0cebd658..331e852f 100644 --- a/src/fenv/__fenv_h.c +++ b/src/fenv/__fenv_h.c @@ -1,6 +1,6 @@ #include "_fenv.h" -struct __fenv __fenv_h = { 0 }; +struct __fenv_h __fenv_h = { 0 }; /* STDC(-1) |