[PATCH] Y2038: add function __clock_settime64
Joseph Myers
joseph@codesourcery.com
Wed Sep 19 13:15:00 GMT 2018
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
More information about the Libc-alpha
mailing list