about summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/feholdexcpt.c2
-rw-r--r--sysdeps/generic/fesetround.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/feholdexcpt.c b/sysdeps/generic/feholdexcpt.c
index 5cc9b38a28..89141ea711 100644
--- a/sysdeps/generic/feholdexcpt.c
+++ b/sysdeps/generic/feholdexcpt.c
@@ -23,7 +23,7 @@
 int
 feholdexcept (fenv_t *envp)
 {
-  return 0;		/* Signal failure.  */
+  return 1;		/* Signal failure.  */
 }
 stub_warning (feholdexcept)
 #include <stub-tag.h>
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>