aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/fesetround.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/fesetround.c')
-rw-r--r--sysdeps/generic/fesetround.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/fesetround.c b/sysdeps/generic/fesetround.c
index cd77a76fcf..b64e8463b1 100644
--- a/sysdeps/generic/fesetround.c
+++ b/sysdeps/generic/fesetround.c
@@ -23,7 +23,7 @@
int
fesetround (int round)
{
- return 0; /* Signal we are unable to set the direction. */
+ return 1; /* Signal we are unable to set the direction. */
}
stub_warning (fesetround)
#include <stub-tag.h>