]> git.ipfire.org Git - thirdparty/glibc.git/commit
time: Add padding for the timespec if required
authorAlistair Francis <alistair.francis@wdc.com>
Wed, 18 Sep 2019 23:51:23 +0000 (16:51 -0700)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 1 Oct 2019 21:56:06 +0000 (14:56 -0700)
commit69fd157a3dedf6c924c19738961083e80422258d
treed92171b4993e3ae4291a00d46da71c8096c9205a
parentaa706e13f4bfdf32a27c498902edf4f6006e433e
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
time/bits/types/struct_timespec.h