From adecb8a9ad4f651e1b911ce00daa609a4774a931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 29 Mar 2017 21:31:58 -0400 Subject: test-sizeof: add some struct-timespec related fields Might help with #5264. --- src/test/test-sizeof.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/test-sizeof.c') diff --git a/src/test/test-sizeof.c b/src/test/test-sizeof.c index 7c8eac824..36389b771 100644 --- a/src/test/test-sizeof.c +++ b/src/test/test-sizeof.c @@ -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; } -- cgit v1.2.3