-/* 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. */
-/* 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. */