Subversion Repositories SvarDOS

Rev

Rev 616 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
207 mateuszvis 1
#ifndef __SYS_WERRNO_ERR
2
#define __SYS_WERRNO_ERR
3
 
4
/*
5
 * THIS FILE WAS GENERATED BY ..\util\vc_err. DO NOT EDIT.
6
 *
7
 * Watt-32 errnos are after vendor's errnos (1 - 42)
8
 */
9
 
10
#ifndef _MSC_VER
11
#error This file is only for use by "_MSC_VER"
12
#endif
13
 
14
#define ERRNO_VENDOR_VERSION  "12.0"
15
 
16
#define EWOULDBLOCK       43
17
#define EDOM              33
18
#define ERANGE            34
19
#define E2BIG             7
20
#define EACCES            13
21
#define EAGAIN            11
22
#define EBADF             9
23
#define EBUSY             16
24
#define ECHILD            10
25
#define EDEADLK           36
26
#define EEXIST            17
27
#define EFAULT            14
28
#define EFBIG             27
29
#define EINTR             4
30
#define EINVAL            22
31
#define EIO               5
32
#define EISDIR            21
33
#define EMFILE            24
34
#define EMLINK            31
35
#define ENAMETOOLONG      38
36
#define ENFILE            23
37
#define ENODEV            19
38
#define ENOENT            2
39
#define ENOEXEC           8
40
#define ENOLCK            39
41
#define ENOMEM            12
42
#define ENOSPC            28
43
#define ENOSYS            40
44
#define ENOTDIR           20
45
#define ENOTEMPTY         41
46
#define ENOTTY            25
47
#define ENXIO             6
48
#define EPERM             1
49
#define EPIPE             32
50
#define EROFS             30
51
#define ESPIPE            29
52
#define ESRCH             3
53
#define EXDEV             18
54
#define ENMFILE           44
55
#define EINPROGRESS       45
56
#define EALREADY          46
57
#define ENOTSOCK          47
58
#define EDESTADDRREQ      48
59
#define EMSGSIZE          49
60
#define EPROTOTYPE        50
61
#define ENOPROTOOPT       51
62
#define EPROTONOSUPPORT   52
63
#define ESOCKTNOSUPPORT   53
64
#define EOPNOTSUPP        54
65
#define EPFNOSUPPORT      55
66
#define EAFNOSUPPORT      56
67
#define EADDRINUSE        57
68
#define EADDRNOTAVAIL     58
69
#define ENETDOWN          59
70
#define ENETUNREACH       60
71
#define ENETRESET         61
72
#define ECONNABORTED      62
73
#define ECONNRESET        63
74
#define ENOBUFS           64
75
#define EISCONN           65
76
#define ENOTCONN          66
77
#define ESHUTDOWN         67
78
#define ETIMEDOUT         68
79
#define ECONNREFUSED      69
80
#define EHOSTDOWN         70
81
#define EHOSTUNREACH      71
82
#define ESTALE            72
83
#define EREMOTE           73
84
#define EBADRPC           74
85
#define ERPCMISMATCH      75
86
#define EPROGUNAVAIL      76
87
#define EPROGMISMATCH     77
88
#define EPROCUNAVAIL      78
89
#define EILSEQ            42
90
#define EINVFNC           79
91
#define ENOPATH           80
92
#define ECONTR            81
93
#define EINVMEM           82
94
#define EINVENV           83
95
#define EINVFMT           84
96
#define EINVACC           85
97
#define EINVDAT           86
98
#define EDEADLOCK         36
99
#define ECURDIR           87
100
#define ENOTSAM           88
101
#define ETXTBSY           89
102
#define ENOTBLK           90
103
#define EUCLEAN           91
104
#define ETOOMANYREFS      92
105
#define ELOOP             93
106
#define EPROCLIM          94
107
#define EUSERS            95
108
#define EDQUOT            96
109
#define EVDBAD            97
110
#define ENORMTWD          98
111
#define EOVERFLOW         99
112
 
113
#endif /* __SYS_WERRNO_ERR */