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 RFC 2] 20/63] Y2038: add function __futimens64


On Wed, 18 Apr 2018, Albert ARIBAUD (3ADEV) wrote:

> +  if (! timespec64_to_timespec(&tsp[0], &ts32[0]))
> +    {
> +      __set_errno(EOVERFLOW);

Globally in this patch series, you need to fix code to follow the GNU 
Coding Standards (spaces before '(' in this case).

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