]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Apr 2001 04:45:43 +0000 (04:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Apr 2001 04:45:43 +0000 (04:45 +0000)
2001-04-11  Hans-Peter Nilsson  <hp@axis.com>

* sysdeps/generic/bits/fenv.h (fexcept_t): Change default type
from struct to unsigned int.

ChangeLog
bits/fenv.h
sysdeps/generic/bits/fenv.h

index c696be056fda86d9ddc8974687224cb7a0b1d44b..f141b7b6bc99146bc2e4faab475b97a022b58dd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-11  Hans-Peter Nilsson  <hp@axis.com>
+
+       * sysdeps/generic/bits/fenv.h (fexcept_t): Change default type
+       from struct to unsigned int.
+
 2001-04-10  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE,
index a389ad7c58f3ffac24bd0dfd6394002bb2138333..f1cfb724eb2b97e6a4e0aaf69f8c1a3132fbfede 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
    We define no macro which signals no rounding mode is selectable.  */
 
 
-/* Type representing exception flags.
-   XXX Probably we should also include the signal handler here.  */
-typedef struct
-  {
-    unsigned int __flags;
-  }
-fexcept_t;
+/* Type representing exception flags.  */
+typedef unsigned int fexcept_t;
 
 
 /* Type representing floating-point environment.  */
index a389ad7c58f3ffac24bd0dfd6394002bb2138333..f1cfb724eb2b97e6a4e0aaf69f8c1a3132fbfede 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
    We define no macro which signals no rounding mode is selectable.  */
 
 
-/* Type representing exception flags.
-   XXX Probably we should also include the signal handler here.  */
-typedef struct
-  {
-    unsigned int __flags;
-  }
-fexcept_t;
+/* Type representing exception flags.  */
+typedef unsigned int fexcept_t;
 
 
 /* Type representing floating-point environment.  */
This page took 0.099306 seconds and 5 git commands to generate.