diff options
Diffstat (limited to 'sys/arch/amd64/include/fenv.h')
-rw-r--r-- | sys/arch/amd64/include/fenv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/fenv.h b/sys/arch/amd64/include/fenv.h index addc8214da1..8dc23439434 100644 --- a/sys/arch/amd64/include/fenv.h +++ b/sys/arch/amd64/include/fenv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.h,v 1.3 2011/04/28 17:34:23 martynas Exp $ */ +/* $OpenBSD: fenv.h,v 1.4 2011/05/25 21:46:49 martynas Exp $ */ /* $NetBSD: fenv.h,v 1.1 2010/07/31 21:47:54 joerg Exp $ */ /*- @@ -93,7 +93,9 @@ typedef struct { * that manage the floating-point environment, namely fesetenv() and * feupdateenv(). */ +__BEGIN_DECLS extern fenv_t __fe_dfl_env; +__END_DECLS #define FE_DFL_ENV ((const fenv_t *)&__fe_dfl_env) /* |