Change return type in the declaration of __ieee754_rem_pio2l
commit10614335d1237704a5496758185ad7eb4bd65287
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Tue, 28 Mar 2017 17:48:57 +0000 (28 14:48 -0300)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Thu, 30 Mar 2017 18:22:27 +0000 (30 15:22 -0300)
tree3c91fcef4ebe9f9f2a6c0a9c72b864325890b1a7
parentf264cca59380bca8f372bd09a8da7c9e1bbbf493
Change return type in the declaration of __ieee754_rem_pio2l

The implementation of __ieee754_rem_pio2l in ldbl-128, ldbl-128ibm,
and ldbl-96 return the type int32_t, whereas math_private.h declares
it as returning int.  This patch changes the declaration to match the
declaration in thoses directories, as well as it changes the stub
implementation in math/e_rem_pio2l.c, similarly.

* math/e_rem_pio2l.c (__ieee754_rem_pio2l): Change return type
to int32_t.
* sysdeps/generic/math_private.h: Declare __ieee754_rem_pio2l
as returning int32_t.
ChangeLog
math/e_rem_pio2l.c
sysdeps/generic/math_private.h