mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Back out last change
This commit is contained in:
parent
e89652d0c4
commit
5a36b24aa2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35399
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ extern double scalbn __P((double, int));
|
|||
/*
|
||||
* BSD math library entry points
|
||||
*/
|
||||
extern double cabs __P((double));
|
||||
extern double cabs();
|
||||
extern double drem __P((double, double));
|
||||
extern double expm1 __P((double));
|
||||
extern double log1p __P((double));
|
||||
|
@ -255,7 +255,7 @@ extern float scalbnf __P((float, int));
|
|||
/*
|
||||
* float versions of BSD math library entry points
|
||||
*/
|
||||
extern float cabsf __P((float));
|
||||
extern float cabsf ();
|
||||
extern float dremf __P((float, float));
|
||||
extern float expm1f __P((float));
|
||||
extern float log1pf __P((float));
|
||||
|
|
Loading…
Reference in a new issue