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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user