Merge branch 'master' of git://localhost/acess2
[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 #include <stdint.h>
7
8 //typedef signed int    ssize_t;
9 //#ifdef  __USE_BSD
10 typedef unsigned int    u_int;
11 //#endif
12
13 typedef struct stat     t_fstat;
14
15
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