aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/m68k/s_isinfl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/s_isinfl.c')
-rw-r--r--sysdeps/m68k/s_isinfl.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/m68k/s_isinfl.c b/sysdeps/m68k/s_isinfl.c
index 89880bc4e4..2502039087 100644
--- a/sysdeps/m68k/s_isinfl.c
+++ b/sysdeps/m68k/s_isinfl.c
@@ -19,10 +19,6 @@
#include <math.h>
#include "ieee754.h"
-#undef __isinfl
-#undef isinfl
-
-
/* Return 0 if VALUE is finite or NaN, +1 if it
is +Infinity, -1 if it is -Infinity. */
int
@@ -42,5 +38,5 @@ __isinfl (long double value)
return 0;
}
-INTDEF(__isinfl)
+hidden_def (__isinfl)
weak_alias (__isinfl, isinfl);