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
@@ -5,8 +5,8 @@
typedef long blksize_t;
typedef long dev_t;
typedef unsigned long ino_t;
typedef unsigned int gid_t;
typedef unsigned int uid_t;
typedef int gid_t;
typedef int uid_t;
typedef int mode_t;
typedef unsigned long nlink_t;
typedef long long off_t;