aboutsummaryrefslogtreecommitdiff
path: root/math/ftestexcept.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/ftestexcept.c')
-rw-r--r--math/ftestexcept.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ftestexcept.c b/math/ftestexcept.c
index ba98df7..e0c4f2f 100644
--- a/math/ftestexcept.c
+++ b/math/ftestexcept.c
@@ -19,9 +19,11 @@
#include <fenv.h>
int
-fetestexcept (int excepts)
+__fetestexcept (int excepts)
{
return 0;
}
+libm_hidden_def (__fetestexcept)
+weak_alias (__fetestexcept, fetestexcept)
libm_hidden_def (fetestexcept)
stub_warning (fetestexcept)