This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] ldbl-128/s_ilogbl.c


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"
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]