commit | dd1dba80b9ee74ec8b90761285a8262e374bf8ef | [log] [tgz] |
---|---|---|
author | Jon Turney <jon.turney@dronecode.org.uk> | Mon Sep 16 15:25:33 2019 +0100 |
committer | Adam Jackson <ajax@redhat.com> | Tue Sep 17 12:17:53 2019 -0400 |
tree | 4753e482e36bc5b2c8aabbb8d071b6f03c0698d2 | |
parent | 631255387f0469910db99eccbfbaa63345425739 [diff] |
Fix timespec_from_nsec test for 32-bit time_t Since struct timespec's tv_sec member is of type time_t, adjust the expected value to allow for the truncation which will occur with 32-bit time_t. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Adam Jackson <ajax@redhat.com>