test-sizeof: also add uid_t

We had gid_t, and pid_t, but not uid_t. Add for completeness.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-01-04 11:11:16 +01:00
parent 7f8b3d1d32
commit 85f8fa4dee

View file

@ -62,6 +62,7 @@ int main(void) {
info(usec_t);
info(__time_t);
info(pid_t);
info(uid_t);
info(gid_t);
info(enum Enum);