diff options
author | bde <bde@FreeBSD.org> | 2002-03-26 09:18:09 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2002-03-26 09:18:09 +0000 |
commit | 5713462d5adb7131b4da0be427ff395fe49a0c81 (patch) | |
tree | 13a1283298d2acefb657608d688e3e335888c1ab /lib | |
parent | dc0ef86560e3848928a8023a0477ec274cca78eb (diff) | |
download | FreeBSD-src-5713462d5adb7131b4da0be427ff395fe49a0c81.zip FreeBSD-src-5713462d5adb7131b4da0be427ff395fe49a0c81.tar.gz |
Fixed some minor style bugs.
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); |