diff options
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/fenv.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/fenv.h b/sys/arch/hppa/include/fenv.h index 1cd923e827c..714905f29e2 100644 --- a/sys/arch/hppa/include/fenv.h +++ b/sys/arch/hppa/include/fenv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.h,v 1.2 2011/04/28 17:34:23 martynas Exp $ */ +/* $OpenBSD: fenv.h,v 1.3 2011/05/25 21:46:49 martynas Exp $ */ /* * Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> @@ -72,7 +72,9 @@ typedef unsigned int fenv_t; * 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) /* |