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] Y2038: add function __clock_settime64


On Wed, 19 Sep 2018, Albert ARIBAUD (3ADEV) wrote:

> +  if (! IS_VALID_NANOSECONDS(tp->tv_nsec))

Missing space.

> +  if (! fits_in_time_t(tp->tv_sec))					\

Likewise.

> +      valid_timespec64_to_timespec(tp, &ts32);  			\

Likewise.

> +      if (retval == 1 && errno==ENOSYS)					\

Likewise, around the ==.

Please check and fix the whole patch series for such coding style issues.

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