chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b713a0e
)
test-sizeof: add some struct-timespec related fields
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 30 Mar 2017 01:31:58 +0000
(21:31 -0400)
committer
Sven Eden
<yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:46:51 +0000
(09:46 +0200)
Might help with #5264.
src/test/test-sizeof.c
patch
|
blob
|
history
diff --git
a/src/test/test-sizeof.c
b/src/test/test-sizeof.c
index 7c8eac82420080a6f18b39f20750475a79c2b4e0..36389b7710b4589e42ff79519cb65f17ed740cac 100644
(file)
--- 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;
}