This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
[patch] ldbl-128/s_ilogbl.c
- To: GNU C Library <libc-alpha at sourceware dot cygnus dot com>
- Subject: [patch] ldbl-128/s_ilogbl.c
- From: Ben Collins <bcollins at debian dot org>
- Date: Sun, 10 Jun 2001 08:28:44 -0400
2001-06-10 Ben Collins <bcollins@debian.org>
* sysdeps/ieee754/ldbl-128/s_ilogbl.c: Include limits.h to get
INT_MAX.
--
-----------=======-=-======-=========-----------=====------------=-=------
/ Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \
` bcollins@debian.org -- bcollins@openldap.org -- bcollins@linux.com '
`---=========------=======-------------=-=-----=-===-======-------=--=---'
Index: sysdeps/ieee754/ldbl-128/s_ilogbl.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/ieee754/ldbl-128/s_ilogbl.c,v
retrieving revision 1.2
diff -u -u -r1.2 s_ilogbl.c
--- s_ilogbl.c 2001/06/06 12:49:38 1.2
+++ s_ilogbl.c 2001/06/10 12:27:41
@@ -24,6 +24,7 @@
* ilogbl(+-Inf) = INT_MAX (no signal is raised)
*/
+#include <limits.h>
#include "math.h"
#include "math_private.h"