about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-09-18 16:51:23 -0700
committerAlistair Francis <alistair.francis@wdc.com>2019-10-01 14:56:06 -0700
commit69fd157a3dedf6c924c19738961083e80422258d (patch)
treed92171b4993e3ae4291a00d46da71c8096c9205a /ChangeLog
parentaa706e13f4bfdf32a27c498902edf4f6006e433e (diff)
downloadglibc-69fd157a3dedf6c924c19738961083e80422258d.tar.gz
glibc-69fd157a3dedf6c924c19738961083e80422258d.tar.xz
glibc-69fd157a3dedf6c924c19738961083e80422258d.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17ff0ade2c..23dc785f30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-01  Alistair Francis  <alistair.francis@wdc.com>
+
+	 * time/bits/types/struct_timespec.h: Add padding for the timespec if
+	required.
+
 2019-10-01  Zack Weinberg  <zackw@panix.com>
 	    Alistair Francis <alistair.francis@wdc.com>