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