diff options
Diffstat (limited to 'include/fenv.h')
-rw-r--r-- | include/fenv.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fenv.h b/include/fenv.h index 0b32f80..85938bb 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -16,6 +16,7 @@ extern int __feupdateenv (const fenv_t *__envp); extern __typeof (fegetround) __fegetround __attribute_pure__; extern __typeof (feholdexcept) __feholdexcept; extern __typeof (fesetround) __fesetround; +extern __typeof (fetestexcept) __fetestexcept; libm_hidden_proto (feraiseexcept) libm_hidden_proto (__feraiseexcept) @@ -32,7 +33,9 @@ libm_hidden_proto (__feholdexcept) libm_hidden_proto (feupdateenv) libm_hidden_proto (__feupdateenv) libm_hidden_proto (fetestexcept) +libm_hidden_proto (__fetestexcept) libm_hidden_proto (feclearexcept) +libm_hidden_proto (__feclearexcept) /* Rounding mode context. This allows functions to set/restore rounding mode only when the desired rounding mode is different from the current rounding |