diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-04-25 21:04:30 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-04-25 21:04:30 +0000 |
commit | db6d4d0e708b68759ad2f27872c2b0383f422cdf (patch) | |
tree | 5f8f5deec4c055a8f5a51e7838a44ef68cf142d0 /sys/arch/sparc64 | |
parent | c031f30d52094b509cd30f333e90b7bd42522b3c (diff) |
fenv for sparc; mostly cloned from sparc64
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/fenv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc64/include/fenv.h b/sys/arch/sparc64/include/fenv.h index 0734b5cd8b8..efc95f987dd 100644 --- a/sys/arch/sparc64/include/fenv.h +++ b/sys/arch/sparc64/include/fenv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.h,v 1.1 2011/04/24 00:35:22 martynas Exp $ */ +/* $OpenBSD: fenv.h,v 1.2 2011/04/25 21:04:29 martynas Exp $ */ /* $NetBSD: fenv.h,v 1.1.2.2 2011/02/08 16:19:41 bouyer Exp $ */ /*- @@ -34,8 +34,8 @@ #include <sys/stdint.h> -typedef uint64_t fenv_t; -typedef uint64_t fexcept_t; +typedef unsigned long int fenv_t; +typedef unsigned long int fexcept_t; /* * Exception flags |