1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-08-25 13:50:12 +03:00

test-sizeof: add some struct-timespec related fields

Might help with #5264.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2017-03-29 21:31:58 -04:00
parent 61d1a5a25c
commit 0c183e963d

View File

@ -40,6 +40,8 @@ int main(void) {
info(unsigned);
info(long unsigned);
info(long long unsigned);
info(__syscall_ulong_t);
info(__syscall_slong_t);
info(float);
info(double);
@ -49,6 +51,7 @@ int main(void) {
info(ssize_t);
info(time_t);
info(usec_t);
info(__time_t);
return 0;
}