mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove unneeded stubs for k_rem_pio2l.
This is only used for the float and double variants. Instead, just add it to the type specific list of files, and remove all stubs, and remove the declaration from math_private.h. I verified x86_64, i486, ia64, m68k, and ppc64 build.
This commit is contained in:
@ -317,8 +317,6 @@ extern long double __kernel_cosl (long double,long double);
|
||||
extern long double __kernel_tanl (long double,long double,int);
|
||||
extern void __kernel_sincosl (long double,long double,
|
||||
long double *,long double *, int);
|
||||
extern int __kernel_rem_pio2l (long double*,long double*,int,int,
|
||||
int,const int*);
|
||||
|
||||
#ifndef NO_LONG_DOUBLE
|
||||
/* prototypes required to compile the ldbl-96 support without warnings */
|
||||
|
Reference in New Issue
Block a user