diff options
Diffstat (limited to 'src/fenv/__fenv.c')
-rw-r--r-- | src/fenv/__fenv.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fenv/__fenv.c b/src/fenv/__fenv.c new file mode 100644 index 00000000..09181539 --- /dev/null +++ b/src/fenv/__fenv.c @@ -0,0 +1,8 @@ +#include "_fenv.h" + +struct __fenv __fenv = { 0 }; + +/* +STDC(-1) +SIGNAL_SAFE(-1) +*/ |