aboutsummaryrefslogtreecommitdiff
path: root/math/fgetexcptflg.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/fgetexcptflg.c')
-rw-r--r--math/fgetexcptflg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fgetexcptflg.c b/math/fgetexcptflg.c
index 8e16250e3b..95a9217198 100644
--- a/math/fgetexcptflg.c
+++ b/math/fgetexcptflg.c
@@ -24,6 +24,7 @@ int
__fegetexceptflag (fexcept_t *flagp, int excepts)
{
/* Nothing to do. */
+ *flagp = 0;
return 0;
}
#if SHLIB_COMPAT (libm, GLIBC_2_1, GLIBC_2_2)