Revert gid_t/uid_t

This commit is contained in:
Wildan Mubarok
2025-07-21 00:22:38 +00:00
parent 2c4bd8d061
commit 0af7d7fdb5
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -61,8 +61,8 @@ pub type mode_t = c_int;
pub type time_t = c_longlong;
pub type pid_t = c_int;
pub type id_t = c_uint;
pub type gid_t = c_uint;
pub type uid_t = c_uint;
pub type gid_t = c_int;
pub type uid_t = c_int;
pub type dev_t = c_long;
pub type ino_t = c_ulonglong;
pub type nlink_t = c_ulong;