summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-96/s_ceill.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-96/s_ceill.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-96/s_ceill.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-96/s_ceill.c b/libc/sysdeps/ieee754/ldbl-96/s_ceill.c
index b99097f81..96cc27003 100644
--- a/libc/sysdeps/ieee754/ldbl-96/s_ceill.c
+++ b/libc/sysdeps/ieee754/ldbl-96/s_ceill.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 __ceill(long double x)
-#else
- long double __ceill(x)
- long double x;
-#endif
+long double __ceill(long double x)
{
int32_t i1,j0;
u_int32_t i,j,se,i0,sx;