]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 18:58:10 +0000 (18:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 18:58:10 +0000 (18:58 +0000)
* sysdeps/ia64/fpu/fraiseexcpt.c: Include <float.h>.  Removed
unused variable.

ChangeLog
sysdeps/ia64/fpu/fraiseexcpt.c

index 4f619a5be9a079ba7c84e3aa8e02238f7bf447c7..70fe87d9a678a51ed5506d15a51cdb1f465d2c83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-01-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/ia64/fpu/fraiseexcpt.c: Include <float.h>.  Removed
+       unused variable.
+
        * sunrpc/xdr_rec.c (xdrrec_getpos): Add cast to long to avoid warning.
        * sunrpc/xdr_sizeof.c (x_inline): Likewise.
 
index 57111a94cfc219bf0d3eff5ae56c12e934589cff..b37e62437ec8c857927e3d560e489d0ce57e266f 100644 (file)
@@ -1,5 +1,5 @@
 /* Raise given exceptions.
-   Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jes Sorensen <Jes.Sorensen@cern.ch>, 2000.
 
@@ -19,6 +19,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <fenv.h>
+#include <float.h>
 #include <math.h>
 #include <signal.h>
 #include <unistd.h>
@@ -27,7 +28,6 @@
 int
 feraiseexcept (int excepts)
 {
-  fenv_t fpsr;
   double tmp;
   double dummy;
 
This page took 0.04806 seconds and 5 git commands to generate.