1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-06 16:59:03 +03:00

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);