diff options
Diffstat (limited to 'src/fenv/fesetround.c')
-rw-r--r-- | src/fenv/fesetround.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <fenv.h> -#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, |