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