1
0
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:
Paul E. Murphy
2016-08-25 17:25:40 -05:00
parent f306ea1ada
commit 2bad840e9d
8 changed files with 18 additions and 28 deletions

View File

@ -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 */