diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-05-10 09:35:18 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-05-10 09:39:19 -0300 |
commit | eb669ff5bf2c8093b7e88b75e745ce3f1f4bd8a4 (patch) | |
tree | 200e4435ba664f1c5a26ad48eb616548248818a0 /timezone/private.h | |
parent | 44ac6ee97a111ab3680a9e95f013cbd8d0b02e48 (diff) | |
download | glibc-eb669ff5bf2c8093b7e88b75e745ce3f1f4bd8a4.tar.gz |
support: Fix timespec printf
The patch print timespec members as intmax_t instead of long int.
It avoid the -Werror=format= build issue on x32:
timespec.c: In function 'test_timespec_before_impl':
timespec.c:32:23: error: format '%ld' expects argument of type 'long int',
but argument 4 has type '__time_t' {aka 'const long long int'} [-Werror=format=]
Checked on x86_64-linux-gnu-x32, x86_64-linux-gnu, and i686-linux-gnu.
* support/timespec.c (test_timespec_before_impl,
test_timespec_equal_or_after_impl): print timespec member as intmax_t
insted of long int.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'timezone/private.h')
0 files changed, 0 insertions, 0 deletions