Usermode/libposix - Stubbed functions for bochs
[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 <stddef.h>
7
8 #define __USE_BSD       1
9
10 //typedef signed int    ssize_t;
11
12 #ifdef  __USE_BSD
13 typedef unsigned long   u_long;
14 typedef unsigned int    u_int;
15 #endif
16
17 typedef struct stat     t_fstat;
18
19
20 typedef unsigned long   uid_t;
21 typedef unsigned long   gid_t;
22 typedef unsigned int    id_t;
23 typedef unsigned long   pid_t;
24 typedef unsigned long   tid_t;
25 typedef signed long long int    time_t;
26 typedef long long int   off_t;
27
28 typedef unsigned int    uint;
29
30 //#include "stat.h"
31 #include <acess/fd_set.h>
32
33 #endif

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