mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2001-04-11 Hans-Peter Nilsson <hp@axis.com> * sysdeps/generic/bits/fenv.h (fexcept_t): Change default type from struct to unsigned int.
This commit is contained in:
@ -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>
|
2001-04-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
* elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE,
|
* elf/elf.h (AT_DCACHEBSIZE, AT_ICACHEBSIZE, AT_UCACHEBSIZE,
|
||||||
|
11
bits/fenv.h
11
bits/fenv.h
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -40,13 +40,8 @@
|
|||||||
We define no macro which signals no rounding mode is selectable. */
|
We define no macro which signals no rounding mode is selectable. */
|
||||||
|
|
||||||
|
|
||||||
/* Type representing exception flags.
|
/* Type representing exception flags. */
|
||||||
XXX Probably we should also include the signal handler here. */
|
typedef unsigned int fexcept_t;
|
||||||
typedef struct
|
|
||||||
{
|
|
||||||
unsigned int __flags;
|
|
||||||
}
|
|
||||||
fexcept_t;
|
|
||||||
|
|
||||||
|
|
||||||
/* Type representing floating-point environment. */
|
/* Type representing floating-point environment. */
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -40,13 +40,8 @@
|
|||||||
We define no macro which signals no rounding mode is selectable. */
|
We define no macro which signals no rounding mode is selectable. */
|
||||||
|
|
||||||
|
|
||||||
/* Type representing exception flags.
|
/* Type representing exception flags. */
|
||||||
XXX Probably we should also include the signal handler here. */
|
typedef unsigned int fexcept_t;
|
||||||
typedef struct
|
|
||||||
{
|
|
||||||
unsigned int __flags;
|
|
||||||
}
|
|
||||||
fexcept_t;
|
|
||||||
|
|
||||||
|
|
||||||
/* Type representing floating-point environment. */
|
/* Type representing floating-point environment. */
|
||||||
|
Reference in New Issue
Block a user