mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-06 09:30:06 +00:00
(FE_NOMASK_ENV): Define.
This commit is contained in:
parent
5898ca31ae
commit
8ebc36ad77
@ -70,3 +70,8 @@ fenv_t;
|
|||||||
|
|
||||||
/* If the default argument is used we use this value. */
|
/* If the default argument is used we use this value. */
|
||||||
#define FE_DFL_ENV ((__const fenv_t *) -1)
|
#define FE_DFL_ENV ((__const fenv_t *) -1)
|
||||||
|
|
||||||
|
#ifdef __USE_GNU
|
||||||
|
/* Floating-point environment where none of the exception is masked. */
|
||||||
|
# define FE_NOMASK_ENV ((__const fenv_t *) -2)
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user