Subversion Repositories SvarDOS

Rev

Rev 616 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 616 Rev 634
1
#ifndef __SYS_WERRNO_ERR
1
#ifndef __SYS_WERRNO_ERR
2
#define __SYS_WERRNO_ERR
2
#define __SYS_WERRNO_ERR
3
 
3
 
4
/*
4
/*
5
 * THIS FILE IS GENERATED BY E:\NET\WATT\UTIL\TCC_ERR.EXE. DO NOT EDIT.
5
 * THIS FILE IS GENERATED BY E:\NET\WATT\UTIL\TCC_ERR.EXE. DO NOT EDIT.
6
 *
6
 *
7
 * Watt-32 errnos are after vendor's errnos (1 - 35)
7
 * Watt-32 errnos are after vendor's errnos (1 - 35)
8
 */
8
 */
9
 
9
 
10
#ifndef __TURBOC__
10
#ifndef __TURBOC__
11
#error This file is only for use by "__TURBOC__"
11
#error This file is only for use by "__TURBOC__"
12
#endif
12
#endif
13
 
13
 
14
#define EWOULDBLOCK       36
14
#define EWOULDBLOCK       36
15
#define EDEADLK           40
15
#define EDEADLK           40
16
#define ENAMETOOLONG      47
16
#define ENAMETOOLONG      47
17
#define ENOLCK            49
17
#define ENOLCK            49
18
#define ENOSYS            51
18
#define ENOSYS            51
19
#define ENOTEMPTY         53
19
#define ENOTEMPTY         53
20
#define EINPROGRESS       61
20
#define EINPROGRESS       61
21
#define EALREADY          62
21
#define EALREADY          62
22
#define ENOTSOCK          63
22
#define ENOTSOCK          63
23
#define EDESTADDRREQ      64
23
#define EDESTADDRREQ      64
24
#define EMSGSIZE          65
24
#define EMSGSIZE          65
25
#define EPROTOTYPE        66
25
#define EPROTOTYPE        66
26
#define ENOPROTOOPT       67
26
#define ENOPROTOOPT       67
27
#define EPROTONOSUPPORT   68
27
#define EPROTONOSUPPORT   68
28
#define ESOCKTNOSUPPORT   69
28
#define ESOCKTNOSUPPORT   69
29
#define EOPNOTSUPP        70
29
#define EOPNOTSUPP        70
30
#define EPFNOSUPPORT      71
30
#define EPFNOSUPPORT      71
31
#define EAFNOSUPPORT      72
31
#define EAFNOSUPPORT      72
32
#define EADDRINUSE        73
32
#define EADDRINUSE        73
33
#define EADDRNOTAVAIL     74
33
#define EADDRNOTAVAIL     74
34
#define ENETDOWN          75
34
#define ENETDOWN          75
35
#define ENETUNREACH       76
35
#define ENETUNREACH       76
36
#define ENETRESET         77
36
#define ENETRESET         77
37
#define ECONNABORTED      78
37
#define ECONNABORTED      78
38
#define ECONNRESET        79
38
#define ECONNRESET        79
39
#define ENOBUFS           80
39
#define ENOBUFS           80
40
#define EISCONN           81
40
#define EISCONN           81
41
#define ENOTCONN          82
41
#define ENOTCONN          82
42
#define ESHUTDOWN         83
42
#define ESHUTDOWN         83
43
#define ETIMEDOUT         84
43
#define ETIMEDOUT         84
44
#define ECONNREFUSED      85
44
#define ECONNREFUSED      85
45
#define EHOSTDOWN         86
45
#define EHOSTDOWN         86
46
#define EHOSTUNREACH      87
46
#define EHOSTUNREACH      87
47
#define ESTALE            88
47
#define ESTALE            88
48
#define EREMOTE           89
48
#define EREMOTE           89
49
#define EBADRPC           90
49
#define EBADRPC           90
50
#define ERPCMISMATCH      91
50
#define ERPCMISMATCH      91
51
#define EPROGUNAVAIL      92
51
#define EPROGUNAVAIL      92
52
#define EPROGMISMATCH     93
52
#define EPROGMISMATCH     93
53
#define EPROCUNAVAIL      94
53
#define EPROCUNAVAIL      94
54
#define EILSEQ            95
54
#define EILSEQ            95
55
#define EDEADLOCK         96
55
#define EDEADLOCK         96
56
#define ETOOMANYREFS      100
56
#define ETOOMANYREFS      100
57
#define ELOOP             101
57
#define ELOOP             101
58
#define EPROCLIM          102
58
#define EPROCLIM          102
59
#define EUSERS            103
59
#define EUSERS            103
60
#define EDQUOT            104
60
#define EDQUOT            104
61
#define EVDBAD            105
61
#define EVDBAD            105
62
#define ENORMTWD          106
62
#define ENORMTWD          106
63
 
63
 
64
#endif /* __SYS_WERRNO_ERR */
64
#endif /* __SYS_WERRNO_ERR */
65
 
65