diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fenv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fenv.h b/include/fenv.h index 1f30baa016..c496d10f48 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -15,6 +15,7 @@ extern int __fesetenv (const fenv_t *__envp); extern int __feupdateenv (const fenv_t *__envp); extern __typeof (fegetround) __fegetround; extern __typeof (feholdexcept) __feholdexcept; +extern __typeof (fesetround) __fesetround; libm_hidden_proto (feraiseexcept) libm_hidden_proto (__feraiseexcept) @@ -25,6 +26,7 @@ libm_hidden_proto (__fegetround) libm_hidden_proto (fesetenv) libm_hidden_proto (__fesetenv) libm_hidden_proto (fesetround) +libm_hidden_proto (__fesetround) libm_hidden_proto (feholdexcept) libm_hidden_proto (__feholdexcept) libm_hidden_proto (feupdateenv) |