diff options
| author | martin <martin@NetBSD.org> | 2014-12-27 16:54:02 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2014-12-27 16:54:02 +0000 |
| commit | e712adbc91ffeab5bb7ff080e24d8d7f15d9447a (patch) | |
| tree | b6694788182a45053e13c1df03de55b4d04b02fe /include | |
| parent | 9e516e9c4f8578493cff5176ad258c5e2bc8f6b9 (diff) | |
fenv(3) support for hppa
Diffstat (limited to 'include')
| -rw-r--r-- | include/fenv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/fenv.h b/include/fenv.h index bee5ddf1f4f..7f731e5a9c3 100644 --- a/include/fenv.h +++ b/include/fenv.h @@ -1,4 +1,4 @@ -/* $NetBSD: fenv.h,v 1.12 2014/09/19 17:39:15 matt Exp $ */ +/* $NetBSD: fenv.h,v 1.13 2014/12/27 16:54:02 martin Exp $ */ /* * Copyright (c) 2010 The NetBSD Foundation, Inc. * All rights reserved. @@ -26,6 +26,7 @@ */ #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \ + && !defined(__hppa__) \ && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \ && !defined(__x86_64__) #error "fenv.h is currently not supported for this architecture" |
