summaryrefslogtreecommitdiff
path: root/src/fenv/__FE_DFL_ENV.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/__FE_DFL_ENV.c')
-rw-r--r--src/fenv/__FE_DFL_ENV.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fenv/__FE_DFL_ENV.c b/src/fenv/__FE_DFL_ENV.c
new file mode 100644
index 00000000..11d0c604
--- /dev/null
+++ b/src/fenv/__FE_DFL_ENV.c
@@ -0,0 +1,8 @@
+#include <fenv.h>
+#include "_fenv.h"
+
+static struct __fenv_t __fe_dfl_env = {
+ 0,
+};
+
+const fenv_t __FE_DFL_ENV = { &__fe_dfl_env };