Back out last change
This commit is contained in:
parent
e89652d0c4
commit
5a36b24aa2
@ -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…
x
Reference in New Issue
Block a user