summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/s_floorl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-96/s_floorl.c')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_floorl.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_floorl.c b/sysdeps/ieee754/ldbl-96/s_floorl.c
index 7115dbad9b..d44e36e908 100644
--- a/sysdeps/ieee754/ldbl-96/s_floorl.c
+++ b/sysdeps/ieee754/ldbl-96/s_floorl.c
@@ -30,18 +30,9 @@ static char rcsid[] = "$NetBSD: $";
#include "math.h"
#include "math_private.h"
-#ifdef __STDC__
static const long double huge = 1.0e4930;
-#else
-static long double huge = 1.0e4930;
-#endif
-#ifdef __STDC__
- long double __floorl(long double x)
-#else
- long double __floorl(x)
- long double x;
-#endif
+long double __floorl(long double x)
{
int32_t i1,j0;
u_int32_t i,j,se,i0,sx;