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: [RESEND 1/2] Y2038: make __mktime_internal compatible with __time64_t


On Tue, 26 Feb 2019, Lukasz Majewski wrote:

> > +  if (t != t64)
> > +    {
> > +      __set_errno(EOVERFLOW);

Missing space before '('.

> > +  if (t != t64)
> > +    {
> > +      __set_errno(EOVERFLOW);

Likewise.


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