Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include fexcept_t + fenv_t should be handled the same way fo...
details: https://anonhg.NetBSD.org/src/rev/813a632832b7
branches: trunk
changeset: 352581:813a632832b7
user: christos <christos%NetBSD.org@localhost>
date: Sun Apr 09 15:29:07 2017 +0000
description:
fexcept_t + fenv_t should be handled the same way for softfloat
diffstat:
include/fenv.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 9fe17711a064 -r 813a632832b7 include/fenv.h
--- a/include/fenv.h Sun Apr 09 15:15:34 2017 +0000
+++ b/include/fenv.h Sun Apr 09 15:29:07 2017 +0000
@@ -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,9 +52,9 @@
* Common definitions for softfloat.
*/
-typedef int fexcept_t;
+#ifndef __HAVE_FENV_SOFTFLOAT_DEFS
-#ifndef __HAVE_FENV_SOFTFLOAT_DEFS
+typedef int fexcept_t;
typedef struct {
int __flags;
Home |
Main Index |
Thread Index |
Old Index