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