From c03798ecaecc529eab2332c11d1550f02f503c87 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 17:18:18 -0500 Subject: clean up headers --- src/fenv/feupdateenv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fenv/feupdateenv.c') 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 -#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 -- cgit v1.2.1