mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user