diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/src/math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h index a625010..1745ffa 100644 --- a/lib/msun/src/math.h +++ b/lib/msun/src/math.h @@ -95,12 +95,12 @@ struct exception { #endif /* !_XOPEN_SOURCE */ #endif /* !_ANSI_SOURCE && !_POSIX_SOURCE */ - #include <sys/cdefs.h> + +__BEGIN_DECLS /* * ANSI/POSIX */ -__BEGIN_DECLS double acos(double); double asin(double); double atan(double); |