summaryrefslogtreecommitdiff
path: root/src/fenv/feupdateenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/feupdateenv.c')
-rw-r--r--src/fenv/feupdateenv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fenv/feupdateenv.c b/src/fenv/feupdateenv.c
index 805e4b92..2b7c8626 100644
--- a/src/fenv/feupdateenv.c
+++ b/src/fenv/feupdateenv.c
@@ -1,5 +1,5 @@
#include <fenv.h>
-#include "_safety.h"
+#include "_fenv.h"
int feupdateenv(const fenv_t *envp)
{
@@ -8,6 +8,8 @@ int feupdateenv(const fenv_t *envp)
return 0;
}
+CHECK_1(int, 0, feupdateenv, const fenv_t *)
+
/*
The feupdateenv function saves the currently raised floating-point exceptions in its
automatic storage, installs the floating-point environment represented by the object