This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v11 2/3] Y2038: Add 64-bit time for all architectures
On Fri, 19 Oct 2018, Albert ARIBAUD (3ADEV) wrote:
> * bit/time64.h: New file.
bits/, not bit/.
> * stdlib/Makefile: Add bits/timesize.h to includes.
> * stdlib/Makefile: Add bits/time64.h to includes.
You only want to add the new header to includes. You don't want to add a
duplicate entry for bits/timesize.h to includes, which this patch does.
--
Joseph S. Myers
joseph@codesourcery.com