Update the changelog
[opencv] / apps / cvenv / include / sys / types.h
1 /*  This header file is machine generated. 
2 Modify EiC/config/genstdio.c, or the target independent source 
3 files it reads, in order to modify this file.  Any 
4 direct modifications to this file will be lost. 
5 */
6
7 #ifndef EiC_types_H
8 #define EiC_types_H
9
10 #pragma push_safeptr
11
12 #define _need_size_t
13 #include <sys/stdtypes.h>
14 #undef _need_size_t
15 typedef int  pid_t;
16 typedef int  ssize_t;
17 typedef int  off_t;
18 typedef unsigned int  ino_t;
19 typedef unsigned int  uid_t;
20 typedef unsigned int  gid_t;
21 typedef unsigned int  mode_t;
22 typedef unsigned int  nlink_t;
23 typedef unsigned long long  dev_t;
24
25 #pragma pop_ptr
26
27 #endif    /* end EiC_types_H */