fexcept_t + fenv_t should be handled the same way for softfloat

jdolecek-ncq
christos 2017-04-09 15:29:07 +00:00
parent ba7d1bac8e
commit 395ebe609b
1 changed files with 3 additions and 3 deletions

View File

@ -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;