about summary refs log tree commit diff
path: root/include/fenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fenv.h')
-rw-r--r--include/fenv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/fenv.h b/include/fenv.h
index b7db444a39..206309179f 100644
--- a/include/fenv.h
+++ b/include/fenv.h
@@ -11,4 +11,7 @@ extern int __fegetenv (fenv_t *__envp);
 extern int __fesetenv (__const fenv_t *__envp);
 extern int __feupdateenv (__const fenv_t *__envp);
 
+libm_hidden_proto (feraiseexcept)
+libm_hidden_proto (fesetenv)
+
 #endif