diff options
Diffstat (limited to 'include')
-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 3aec7e52bb..254162d45c 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -13,6 +13,7 @@ extern int __fesetenv (__const fenv_t *__envp); extern int __feupdateenv (__const fenv_t *__envp); libm_hidden_proto (feraiseexcept) +libm_hidden_proto (fegetenv) libm_hidden_proto (fesetenv) libm_hidden_proto (fesetround) libm_hidden_proto (feholdexcept) |