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 Wed, 29 Mar 2017 14:26:35 +0000
Joseph Myers <joseph@codesourcery.com> wrote:

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

Thanks.  I pushed this patch from this series.
(commit id 10614335d123)


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