Usermode - POSIX and C conformance changes
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / types.h
1 /*
2  */
3 #ifndef _SYS_TYPES_H
4 #define _SYS_TYPES_H
5
6 //typedef signed int    ssize_t;
7 //#ifdef  __USE_BSD
8 typedef unsigned int    u_int;
9 //#endif
10
11 typedef struct stat     t_fstat;
12
13
14 typedef unsigned long   uid_t;
15 typedef unsigned long   gid_t;
16 typedef unsigned int    id_t;
17 typedef unsigned long   pid_t;
18 typedef unsigned long   tid_t;
19 typedef signed long long int    time_t;
20 typedef long long int   off_t;
21
22 typedef unsigned int    uint;
23
24 //#include "stat.h"
25 #include <acess/fd_set.h>
26
27 #endif

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