summaryrefslogtreecommitdiff
path: root/src/fenv/feholdexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/feholdexcept.c')
-rw-r--r--src/fenv/feholdexcept.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fenv/feholdexcept.c b/src/fenv/feholdexcept.c
index 7740ee58..51ef526b 100644
--- a/src/fenv/feholdexcept.c
+++ b/src/fenv/feholdexcept.c
@@ -1,5 +1,5 @@
#include <fenv.h>
-#include "_safety.h"
+#include "_fenv.h"
int feholdexcept(fenv_t *envp)
{
@@ -8,6 +8,8 @@ int feholdexcept(fenv_t *envp)
return 0;
}
+CHECK_1(int, 0, feholdexcept, fenv_t *)
+
/*
The feholdexcept function saves the current floating-point environment in the object
pointed to by envp, clears the floating-point status flags, and then installs a non-stop