Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / types.h
index 03e24dd..c6cdc02 100644 (file)
@@ -11,6 +11,8 @@ typedef unsigned int  u_int;
 typedef struct stat    t_fstat;
 
 
+typedef unsigned long  uid_t;
+typedef unsigned long  gid_t;
 typedef unsigned int   id_t;
 typedef unsigned long  pid_t;
 typedef unsigned long  tid_t;

UCC git Repository :: git.ucc.asn.au