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\BCC_ERR.EXE. DO NOT EDIT.
6
 *
7
 * Watt-32 errnos are after vendor's errnos (1 - 47)
8
 */
9
 
10
#ifndef __BORLANDC__
11
#error This file is only for use by "__BORLANDC__"
12
#endif
13
 
14
#define ERRNO_VENDOR_VERSION  "4.60"
15
 
16
#define EWOULDBLOCK       48
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           49
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      50
36
#define ENFILE            23
37
#define ENODEV            15
38
#define ENOENT            2
39
#define ENOEXEC           21
40
#define ENOLCK            51
41
#define ENOMEM            8
42
#define ENOSPC            28
43
#define ENOSYS            52
44
#define ENOTDIR           45
45
#define ENOTEMPTY         53
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       54
56
#define EALREADY          55
57
#define ENOTSOCK          56
58
#define EDESTADDRREQ      57
59
#define EMSGSIZE          58
60
#define EPROTOTYPE        59
61
#define ENOPROTOOPT       60
62
#define EPROTONOSUPPORT   61
63
#define ESOCKTNOSUPPORT   62
64
#define EOPNOTSUPP        63
65
#define EPFNOSUPPORT      64
66
#define EAFNOSUPPORT      65
67
#define EADDRINUSE        66
68
#define EADDRNOTAVAIL     67
69
#define ENETDOWN          68
70
#define ENETUNREACH       69
71
#define ENETRESET         70
72
#define ECONNABORTED      71
73
#define ECONNRESET        72
74
#define ENOBUFS           73
75
#define EISCONN           74
76
#define ENOTCONN          75
77
#define ESHUTDOWN         76
78
#define ETIMEDOUT         77
79
#define ECONNREFUSED      78
80
#define EHOSTDOWN         79
81
#define EHOSTUNREACH      80
82
#define ESTALE            81
83
#define EREMOTE           82
84
#define EBADRPC           83
85
#define ERPCMISMATCH      84
86
#define EPROGUNAVAIL      85
87
#define EPROGMISMATCH     86
88
#define EPROCUNAVAIL      87
89
#define EILSEQ            88
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      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 */