summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2015-12-21 16:49:53 +0000
committerchristos <christos@NetBSD.org>2015-12-21 16:49:53 +0000
commitf0bee12c6b7aa730a189fcd26c232459cb28cffe (patch)
treee7aa0d894ab64568261bb35f55d812ca43898985 /include
parent2156f03cc0eeb0fe1c7f2a57cef8b57e8f76cbff (diff)
Add fenv.h for mips
Diffstat (limited to 'include')
-rw-r--r--include/fenv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fenv.h b/include/fenv.h
index 89a032333ed..8efa990c541 100644
--- a/include/fenv.h
+++ b/include/fenv.h
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.14 2015/12/20 16:24:45 christos Exp $ */
+/* $NetBSD: fenv.h,v 1.15 2015/12/21 16:49:53 christos Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -26,7 +26,7 @@
*/
#if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
- && !defined(__hppa__) && !defined(__powerpc__) \
+ && !defined(__hppa__) && !defined(__powerpc__) && !defined(__mips__) \
&& !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
&& !defined(__x86_64__)
#error "fenv.h is currently not supported for this architecture"