Fixed some minor style bugs.

This commit is contained in:
Bruce Evans 2002-03-26 09:18:09 +00:00
parent 5e7b11acdd
commit 6898f8c48e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93197

View file

@ -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);