[RESEND 1/2] Y2038: make __mktime_internal compatible with __time64_t

Joseph Myers joseph@codesourcery.com
Tue Feb 26 16:46:00 GMT 2019


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



More information about the Libc-alpha mailing list