diff options
| author | christos <christos@NetBSD.org> | 2017-04-09 15:29:07 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-04-09 15:29:07 +0000 |
| commit | 726f178a344f890cb18dd0db6b218e4ca9c84c5a (patch) | |
| tree | e357864ac7a87aa9c69a1c1c7c32ac6506bbb54d /include | |
| parent | 8a2eeced588cb762534131426b2fbf4cfd115369 (diff) | |
fexcept_t + fenv_t should be handled the same way for softfloat
Diffstat (limited to 'include')
| -rw-r--r-- | include/fenv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fenv.h b/include/fenv.h index e5c7cecd4f7..19ac09fbc29 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -1,4 +1,4 @@ -/* $NetBSD: fenv.h,v 1.25 2017/03/22 23:11:07 chs Exp $ */ +/* $NetBSD: fenv.h,v 1.26 2017/04/09 15:29:07 christos Exp $ */ /* * Copyright (c) 2010 The NetBSD Foundation, Inc. * All rights reserved. @@ -52,10 +52,10 @@ typedef int fenv_t; * Common definitions for softfloat. */ -typedef int fexcept_t; - #ifndef __HAVE_FENV_SOFTFLOAT_DEFS +typedef int fexcept_t; + typedef struct { int __flags; int __mask; |
