From 69fd157a3dedf6c924c19738961083e80422258d Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 18 Sep 2019 16:51:23 -0700 Subject: time: Add padding for the timespec if required If we are running on a 32-bit system with a 64-bit time_t we need to ensure there is padding around the tv_nsec variable. This is requried as the timespec is #defined to the __timespec64 struct. * time/bits/types/struct_timespec.h: Add padding for the timespec if required. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17ff0ade2c..23dc785f30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-10-01 Alistair Francis + + * time/bits/types/struct_timespec.h: Add padding for the timespec if + required. + 2019-10-01 Zack Weinberg Alistair Francis -- cgit 1.4.1