Added id_t as required by POSIX/ISO-C 99.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8342 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,6 +33,7 @@ typedef long long ino_t;
|
||||
typedef int cnt_t;
|
||||
typedef long dev_t;
|
||||
typedef long pid_t;
|
||||
typedef long id_t;
|
||||
|
||||
typedef unsigned int uid_t;
|
||||
typedef unsigned int gid_t;
|
||||
|
||||
Reference in New Issue
Block a user