Module Name:    src
Committed By:   christos
Date:           Sun Apr  9 15:29:07 UTC 2017

Modified Files:
        src/include: fenv.h

Log Message:
fexcept_t + fenv_t should be handled the same way for softfloat


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/include/fenv.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/fenv.h
diff -u src/include/fenv.h:1.25 src/include/fenv.h:1.26
--- src/include/fenv.h:1.25	Wed Mar 22 19:11:07 2017
+++ src/include/fenv.h	Sun Apr  9 11:29:07 2017
@@ -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;

Reply via email to