summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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