diff --git a/src/include/fenv.h b/src/include/fenv.h index 9d719717..1368ab30 100644 --- a/src/include/fenv.h +++ b/src/include/fenv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fenv.h,v 1.1 2011/04/21 21:12:56 martynas Exp $ */ +/* $OpenBSD: fenv.h,v 1.2 2011/05/25 21:46:49 martynas Exp $ */ /* $NetBSD: fenv.h,v 1.2.4.1 2011/02/08 16:18:55 bouyer Exp $ */ /* @@ -43,6 +43,7 @@ int fetestexcept(int); int fegetround(void); int fesetround(int); + int fegetenv(fenv_t *); int feholdexcept(fenv_t *); int fesetenv(const fenv_t *); diff --git a/src/include/math.h b/src/include/math.h index 769659e0..5e424865 100644 --- a/src/include/math.h +++ b/src/include/math.h @@ -1,4 +1,4 @@ -/* $OpenBSD: math.h,v 1.28 2011/04/28 18:05:39 martynas Exp $ */ +/* $OpenBSD: math.h,v 1.29 2011/05/25 21:46:49 martynas Exp $ */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. @@ -21,6 +21,7 @@ #include #include +__BEGIN_DECLS /* * ANSI/POSIX */ @@ -145,7 +146,6 @@ extern int signgam; #define HUGE MAXFLOAT #endif /* __BSD_VISIBLE */ -__BEGIN_DECLS /* * ANSI/POSIX */