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