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