Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / types.h
index 9b7aac0..c6cdc02 100644 (file)
@@ -3,8 +3,6 @@
 #ifndef _SYS_TYPES_H
 #define _SYS_TYPES_H
 
-#include <stdint.h>
-
 //typedef signed int   ssize_t;
 //#ifdef  __USE_BSD
 typedef unsigned int   u_int;
@@ -13,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;
@@ -21,7 +21,7 @@ typedef long long int off_t;
 
 typedef unsigned int   uint;
 
-#include "stat.h"
+//#include "stat.h"
 #include <acess/fd_set.h>
 
 #endif

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