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/fesetround.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fenv/fesetround.c') diff --git a/src/fenv/fesetround.c b/src/fenv/fesetround.c index 3997adcf..94eaedf8 100644 --- a/src/fenv/fesetround.c +++ b/src/fenv/fesetround.c @@ -1,5 +1,5 @@ #include -#include "_safety.h" +#include "_fenv.h" int fesetround(int round) { @@ -7,6 +7,8 @@ int fesetround(int round) return round; } +CHECK_1(int, 0, fesetround, int) + /* The fesetround function establishes the rounding direction represented by its argument round. If the argument is not equal to the value of a rounding direction macro, -- cgit v1.2.1