Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _SUNOS / types.h
1 #ifndef _SYS_TYPES
2 #define _SYS_TYPES
3
4 #define _need_size_t
5 #include "sys/stdtypes.h"
6 #undef _need_size_t
7
8
9 typedef int ssize_t;
10 typedef int             pid_t;
11
12 typedef unsigned long ino_t;
13 typedef long off_t;
14 typedef unsigned short uid_t;
15 typedef unsigned short gid_t;
16 typedef unsigned short dev_t;
17 typedef unsigned short mode_t;
18 typedef unsigned short umode_t;
19 typedef unsigned short nlink_t;
20 typedef int daddr_t;
21
22 #endif