diff options
Diffstat (limited to 'include/fenv.h')
-rw-r--r-- | include/fenv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fenv.h b/include/fenv.h index bd2c99d..0cfbacd 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); libm_hidden_proto (feraiseexcept) +libm_hidden_proto (__feraiseexcept) libm_hidden_proto (fegetenv) libm_hidden_proto (fegetround) libm_hidden_proto (fesetenv) |