aboutsummaryrefslogtreecommitdiff
path: root/src/fenv/fesetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/fesetround.c')
-rw-r--r--src/fenv/fesetround.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fenv/fesetround.c b/src/fenv/fesetround.c
index 4e2f164d..3cbf4464 100644
--- a/src/fenv/fesetround.c
+++ b/src/fenv/fesetround.c
@@ -21,3 +21,11 @@ int fesetround(int r)
return -1;
return __fesetround(r);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif