summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-03-29 21:31:58 -0400
committerSven Eden <yamakuzure@gmx.net>2017-07-25 09:46:51 +0200
commitadecb8a9ad4f651e1b911ce00daa609a4774a931 (patch)
tree05464e510ce384786225e20e3ccd02b66bde02a2 /src/test
parentb713a0e0f40e002c6da41650dae2baf0dddae4ee (diff)
test-sizeof: add some struct-timespec related fields
Might help with #5264.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test-sizeof.c3
1 files changed, 3 insertions, 0 deletions
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;
}