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