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 #define CLONE_VM        0x10
17
18 typedef unsigned int    id_t;
19 typedef unsigned long   pid_t;
20 typedef unsigned long   tid_t;
21 typedef signed long long int    time_t;
22 typedef long long int   off_t;
23
24 typedef unsigned int    uint;
25
26 #include "stat.h"
27 #include <acess/fd_set.h>
28
29 #endif

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