diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-03-26 09:18:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-26 09:18:09 +0000 |
| commit | 6898f8c48e5049b151cc83a9e6a04ab2296adae3 (patch) | |
| tree | 13a1283298d2acefb657608d688e3e335888c1ab /lib | |
| parent | 5e7b11acdd7a1e7af0506c73ae58f2d2adda2220 (diff) | |
Notes
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 a625010ab3e8..1745ffa36654 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); |
