diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:18:18 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 17:18:18 -0500 |
| commit | c03798ecaecc529eab2332c11d1550f02f503c87 (patch) | |
| tree | 632c46be3e4116bb3bbdb83b8fe752bf19932266 /src/fenv/feholdexcept.c | |
| parent | c3e4cda23b025d80a001a20758a907964a220361 (diff) | |
clean up headers
Diffstat (limited to 'src/fenv/feholdexcept.c')
| -rw-r--r-- | src/fenv/feholdexcept.c | 4 |
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 |
