about summary refs log tree commit diff
path: root/sysdeps/generic/math_private.h
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-08-25 17:25:40 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-09-01 09:31:06 -0500
commit2bad840e9d4b3e714b4f20ad6b46a76e7be1d8fe (patch)
treea386736c845323bf4b79240b62b57b5120f5f59e /sysdeps/generic/math_private.h
parentf306ea1ada5fa0bdd87f070aa58162039676fa06 (diff)
downloadglibc-2bad840e9d4b3e714b4f20ad6b46a76e7be1d8fe.tar.gz
glibc-2bad840e9d4b3e714b4f20ad6b46a76e7be1d8fe.tar.xz
glibc-2bad840e9d4b3e714b4f20ad6b46a76e7be1d8fe.zip
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.
Diffstat (limited to 'sysdeps/generic/math_private.h')
-rw-r--r--sysdeps/generic/math_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/generic/math_private.h b/sysdeps/generic/math_private.h
index cf1865dac8..24adcfb433 100644
--- a/sysdeps/generic/math_private.h
+++ b/sysdeps/generic/math_private.h
@@ -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 */