Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / src / win32 / sys / errno.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 SYSERRNOH_
8 #define SYSERRNOH_
9
10 /* ISO C STUFF */
11 #define EDOM            33      /* Math argument out of domain of func */
12 #define ERANGE          34      /* Math result not representable */
13
14 /* POSIX.1 STUFF */
15 #ifdef _POSIX_SOURCE
16 #define E2BIG   7
17 #define EACCES  13
18 #define EAGAIN  11
19 #define EBADF   9
20 #define EBUSY   16
21 #define ECHILD  10
22 #define EDEADLK 36
23 #define EEXIST  17
24 #define EFAULT  14
25 #define EFBIG   27
26 #define EINTR   4
27 #define EINVAL  22
28 #define EIO     5
29 #define EISDIR  21
30 #define EMFILE  24
31 #define EMLINK  31
32 #define ENAMETOOLONG    38
33 #define ENFILE  23
34 #define ENODEV  19
35 #define ENOENT  2
36 #define ENOEXEC 8
37 #define ENOLCK  39
38 #define ENOMEM  12
39 #define ENOSPC  28
40 #define ENOSYS  40
41 #define ENOTDIR 20
42 #define ENOTEMPTY       41
43 #define ENOTTY  25
44 #define ENXIO   6
45 #define EPERM   1
46 #define EPIPE   32
47 #define EROFS   30
48 #define ESPIPE  29
49 #define ESRCH   3
50 #define EXDEV   18
51 #endif /* end  _POSIX_SOURCE */
52
53 #endif