Fix __kernel_standard prototype to match recent addition of int *err final out-param (8112, r=shaver, sr=me, prototype not used by Mozilla or embedding builds).
This commit is contained in:
Родитель
799f38f2c4
Коммит
4d6e86aa13
|
@ -261,7 +261,7 @@ extern double __ieee754_scalb __P((double,double));
|
|||
#endif
|
||||
|
||||
/* fdlibm kernel function */
|
||||
extern double __kernel_standard __P((double,double,int));
|
||||
extern double __kernel_standard __P((double,double,int,int*));
|
||||
extern double __kernel_sin __P((double,double,int));
|
||||
extern double __kernel_cos __P((double,double));
|
||||
extern double __kernel_tan __P((double,double,int));
|
||||
|
|
Загрузка…
Ссылка в новой задаче