This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 2/3] Change return type in the declaration of __ieee754_rem_pio2l


On Tue, 28 Mar 2017, Gabriel F. T. Gomes wrote:

> 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.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]