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 1/2] y2038: linux: Provide __utimensat64 implementation


On Tue, 29 Oct 2019, Lukasz Majewski wrote:

> Changes for v2:
> - Remove check for valid value in the nanoseconds field (tv_nsec) of
> struct __timespec64 in the __utimensat64_helper function.
> This check is performed (and proper error code is returned) in the Linux
> kernel during serving the utimensat syscall.

This patch version is 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]