chiark / gitweb /
test-sizeof: add some struct-timespec related fields
[elogind.git] / src / test / test-sizeof.c
index 7c8eac82420080a6f18b39f20750475a79c2b4e0..36389b7710b4589e42ff79519cb65f17ed740cac 100644 (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;
 }