summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-26 09:18:09 +0000
committerbde <bde@FreeBSD.org>2002-03-26 09:18:09 +0000
commit5713462d5adb7131b4da0be427ff395fe49a0c81 (patch)
tree13a1283298d2acefb657608d688e3e335888c1ab /lib/msun/src
parentdc0ef86560e3848928a8023a0477ec274cca78eb (diff)
downloadFreeBSD-src-5713462d5adb7131b4da0be427ff395fe49a0c81.zip
FreeBSD-src-5713462d5adb7131b4da0be427ff395fe49a0c81.tar.gz
Fixed some minor style bugs.
Diffstat (limited to 'lib/msun/src')
-rw-r--r--lib/msun/src/math.h4
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);
OpenPOWER on IntegriCloud