Gabriel F. T. Gomes 10614335d1 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.
2017-03-30 15:22:27 -03:00
..
2017-03-27 12:02:47 +01:00
2017-03-14 17:18:52 +01:00
2017-02-01 01:32:31 +01:00
2017-03-13 20:41:12 +01:00
2017-03-14 17:18:52 +01:00
2017-03-14 17:18:52 +01:00
2017-03-12 17:29:32 -03:00