|
1
|
|
-;; Ignoring dup of EOPNOTSUPP: old value ENOTSUP, new value 102
|
|
2
|
|
-(def-unix-error EPERM 1)
|
|
3
|
|
-(def-unix-error ENOENT 2)
|
|
4
|
|
-(def-unix-error ESRCH 3)
|
|
5
|
|
-(def-unix-error EINTR 4)
|
|
6
|
|
-(def-unix-error EIO 5)
|
|
7
|
|
-(def-unix-error ENXIO 6)
|
|
8
|
1
|
(def-unix-error E2BIG 7)
|
|
9
|
|
-(def-unix-error ENOEXEC 8)
|
|
|
2
|
+(def-unix-error EACCES 13)
|
|
|
3
|
+(def-unix-error EADDRINUSE 48)
|
|
|
4
|
+(def-unix-error EADDRNOTAVAIL 49)
|
|
|
5
|
+(def-unix-error EAFNOSUPPORT 47)
|
|
|
6
|
+(def-unix-error EAGAIN 35)
|
|
|
7
|
+(def-unix-error EALREADY 37)
|
|
|
8
|
+(def-unix-error EAUTH 80)
|
|
|
9
|
+(def-unix-error EBADARCH 86)
|
|
|
10
|
+(def-unix-error EBADEXEC 85)
|
|
10
|
11
|
(def-unix-error EBADF 9)
|
|
|
12
|
+(def-unix-error EBADMACHO 88)
|
|
|
13
|
+(def-unix-error EBADMSG 94)
|
|
|
14
|
+(def-unix-error EBADRPC 72)
|
|
|
15
|
+(def-unix-error EBUSY 16)
|
|
|
16
|
+(def-unix-error ECANCELED 89)
|
|
11
|
17
|
(def-unix-error ECHILD 10)
|
|
|
18
|
+(def-unix-error ECONNABORTED 53)
|
|
|
19
|
+(def-unix-error ECONNREFUSED 61)
|
|
|
20
|
+(def-unix-error ECONNRESET 54)
|
|
12
|
21
|
(def-unix-error EDEADLK 11)
|
|
13
|
|
-(def-unix-error ENOMEM 12)
|
|
14
|
|
-(def-unix-error EACCES 13)
|
|
15
|
|
-(def-unix-error EFAULT 14)
|
|
16
|
|
-(def-unix-error ENOTBLK 15)
|
|
17
|
|
-(def-unix-error EBUSY 16)
|
|
|
22
|
+(def-unix-error EDESTADDRREQ 39)
|
|
|
23
|
+(def-unix-error EDEVERR 83)
|
|
|
24
|
+(def-unix-error EDOM 33)
|
|
|
25
|
+(def-unix-error EDQUOT 69)
|
|
18
|
26
|
(def-unix-error EEXIST 17)
|
|
19
|
|
-(def-unix-error EXDEV 18)
|
|
20
|
|
-(def-unix-error ENODEV 19)
|
|
21
|
|
-(def-unix-error ENOTDIR 20)
|
|
22
|
|
-(def-unix-error EISDIR 21)
|
|
23
|
|
-(def-unix-error EINVAL 22)
|
|
24
|
|
-(def-unix-error ENFILE 23)
|
|
25
|
|
-(def-unix-error EMFILE 24)
|
|
26
|
|
-(def-unix-error ENOTTY 25)
|
|
27
|
|
-(def-unix-error ETXTBSY 26)
|
|
|
27
|
+(def-unix-error EFAULT 14)
|
|
28
|
28
|
(def-unix-error EFBIG 27)
|
|
29
|
|
-(def-unix-error ENOSPC 28)
|
|
30
|
|
-(def-unix-error ESPIPE 29)
|
|
31
|
|
-(def-unix-error EROFS 30)
|
|
32
|
|
-(def-unix-error EMLINK 31)
|
|
33
|
|
-(def-unix-error EPIPE 32)
|
|
34
|
|
-(def-unix-error EDOM 33)
|
|
35
|
|
-(def-unix-error ERANGE 34)
|
|
36
|
|
-(def-unix-error EAGAIN 35)
|
|
37
|
|
-(def-unix-error EWOULDBLOCK EAGAIN)
|
|
|
29
|
+(def-unix-error EFTYPE 79)
|
|
|
30
|
+(def-unix-error EHOSTDOWN 64)
|
|
|
31
|
+(def-unix-error EHOSTUNREACH 65)
|
|
|
32
|
+(def-unix-error EIDRM 90)
|
|
|
33
|
+(def-unix-error EILSEQ 92)
|
|
38
|
34
|
(def-unix-error EINPROGRESS 36)
|
|
39
|
|
-(def-unix-error EALREADY 37)
|
|
40
|
|
-(def-unix-error ENOTSOCK 38)
|
|
41
|
|
-(def-unix-error EDESTADDRREQ 39)
|
|
42
|
|
-(def-unix-error EMSGSIZE 40)
|
|
43
|
|
-(def-unix-error EPROTOTYPE 41)
|
|
44
|
|
-(def-unix-error ENOPROTOOPT 42)
|
|
45
|
|
-(def-unix-error EPROTONOSUPPORT 43)
|
|
46
|
|
-(def-unix-error ESOCKTNOSUPPORT 44)
|
|
47
|
|
-(def-unix-error ENOTSUP 45)
|
|
48
|
|
-;; (def-unix-error EOPNOTSUPP ENOTSUP)
|
|
49
|
|
-(def-unix-error EPFNOSUPPORT 46)
|
|
50
|
|
-(def-unix-error EAFNOSUPPORT 47)
|
|
51
|
|
-(def-unix-error EADDRINUSE 48)
|
|
52
|
|
-(def-unix-error EADDRNOTAVAIL 49)
|
|
53
|
|
-(def-unix-error ENETDOWN 50)
|
|
54
|
|
-(def-unix-error ENETUNREACH 51)
|
|
55
|
|
-(def-unix-error ENETRESET 52)
|
|
56
|
|
-(def-unix-error ECONNABORTED 53)
|
|
57
|
|
-(def-unix-error ECONNRESET 54)
|
|
58
|
|
-(def-unix-error ENOBUFS 55)
|
|
|
35
|
+(def-unix-error EINTR 4)
|
|
|
36
|
+(def-unix-error EINVAL 22)
|
|
|
37
|
+(def-unix-error EIO 5)
|
|
59
|
38
|
(def-unix-error EISCONN 56)
|
|
60
|
|
-(def-unix-error ENOTCONN 57)
|
|
61
|
|
-(def-unix-error ESHUTDOWN 58)
|
|
62
|
|
-(def-unix-error ETOOMANYREFS 59)
|
|
63
|
|
-(def-unix-error ETIMEDOUT 60)
|
|
64
|
|
-(def-unix-error ECONNREFUSED 61)
|
|
|
39
|
+(def-unix-error EISDIR 21)
|
|
|
40
|
+(def-unix-error ELAST 106)
|
|
65
|
41
|
(def-unix-error ELOOP 62)
|
|
|
42
|
+(def-unix-error EMFILE 24)
|
|
|
43
|
+(def-unix-error EMLINK 31)
|
|
|
44
|
+(def-unix-error EMSGSIZE 40)
|
|
|
45
|
+(def-unix-error EMULTIHOP 95)
|
|
66
|
46
|
(def-unix-error ENAMETOOLONG 63)
|
|
67
|
|
-(def-unix-error EHOSTDOWN 64)
|
|
68
|
|
-(def-unix-error EHOSTUNREACH 65)
|
|
69
|
|
-(def-unix-error ENOTEMPTY 66)
|
|
70
|
|
-(def-unix-error EPROCLIM 67)
|
|
71
|
|
-(def-unix-error EUSERS 68)
|
|
72
|
|
-(def-unix-error EDQUOT 69)
|
|
73
|
|
-(def-unix-error ESTALE 70)
|
|
74
|
|
-(def-unix-error EREMOTE 71)
|
|
75
|
|
-(def-unix-error EBADRPC 72)
|
|
76
|
|
-(def-unix-error ERPCMISMATCH 73)
|
|
77
|
|
-(def-unix-error EPROGUNAVAIL 74)
|
|
78
|
|
-(def-unix-error EPROGMISMATCH 75)
|
|
79
|
|
-(def-unix-error EPROCUNAVAIL 76)
|
|
80
|
|
-(def-unix-error ENOLCK 77)
|
|
81
|
|
-(def-unix-error ENOSYS 78)
|
|
82
|
|
-(def-unix-error EFTYPE 79)
|
|
83
|
|
-(def-unix-error EAUTH 80)
|
|
84
|
47
|
(def-unix-error ENEEDAUTH 81)
|
|
85
|
|
-(def-unix-error EPWROFF 82)
|
|
86
|
|
-(def-unix-error EDEVERR 83)
|
|
87
|
|
-(def-unix-error EOVERFLOW 84)
|
|
88
|
|
-(def-unix-error EBADEXEC 85)
|
|
89
|
|
-(def-unix-error EBADARCH 86)
|
|
90
|
|
-(def-unix-error ESHLIBVERS 87)
|
|
91
|
|
-(def-unix-error EBADMACHO 88)
|
|
92
|
|
-(def-unix-error ECANCELED 89)
|
|
93
|
|
-(def-unix-error EIDRM 90)
|
|
94
|
|
-(def-unix-error ENOMSG 91)
|
|
95
|
|
-(def-unix-error EILSEQ 92)
|
|
|
48
|
+(def-unix-error ENETDOWN 50)
|
|
|
49
|
+(def-unix-error ENETRESET 52)
|
|
|
50
|
+(def-unix-error ENETUNREACH 51)
|
|
|
51
|
+(def-unix-error ENFILE 23)
|
|
96
|
52
|
(def-unix-error ENOATTR 93)
|
|
97
|
|
-(def-unix-error EBADMSG 94)
|
|
98
|
|
-(def-unix-error EMULTIHOP 95)
|
|
|
53
|
+(def-unix-error ENOBUFS 55)
|
|
99
|
54
|
(def-unix-error ENODATA 96)
|
|
|
55
|
+(def-unix-error ENODEV 19)
|
|
|
56
|
+(def-unix-error ENOENT 2)
|
|
|
57
|
+(def-unix-error ENOEXEC 8)
|
|
|
58
|
+(def-unix-error ENOLCK 77)
|
|
100
|
59
|
(def-unix-error ENOLINK 97)
|
|
|
60
|
+(def-unix-error ENOMEM 12)
|
|
|
61
|
+(def-unix-error ENOMSG 91)
|
|
|
62
|
+(def-unix-error ENOPOLICY 103)
|
|
|
63
|
+(def-unix-error ENOPROTOOPT 42)
|
|
|
64
|
+(def-unix-error ENOSPC 28)
|
|
101
|
65
|
(def-unix-error ENOSR 98)
|
|
102
|
66
|
(def-unix-error ENOSTR 99)
|
|
103
|
|
-(def-unix-error EPROTO 100)
|
|
104
|
|
-(def-unix-error ETIME 101)
|
|
105
|
|
-(def-unix-error EOPNOTSUPP 102)
|
|
106
|
|
-(def-unix-error ENOPOLICY 103)
|
|
|
67
|
+(def-unix-error ENOSYS 78)
|
|
|
68
|
+(def-unix-error ENOTBLK 15)
|
|
|
69
|
+(def-unix-error ENOTCONN 57)
|
|
|
70
|
+(def-unix-error ENOTDIR 20)
|
|
|
71
|
+(def-unix-error ENOTEMPTY 66)
|
|
107
|
72
|
(def-unix-error ENOTRECOVERABLE 104)
|
|
|
73
|
+(def-unix-error ENOTSOCK 38)
|
|
|
74
|
+(def-unix-error ENOTSUP 45)
|
|
|
75
|
+(def-unix-error ENOTTY 25)
|
|
|
76
|
+(def-unix-error ENXIO 6)
|
|
|
77
|
+(def-unix-error EOPNOTSUPP 102)
|
|
|
78
|
+(def-unix-error EOVERFLOW 84)
|
|
108
|
79
|
(def-unix-error EOWNERDEAD 105)
|
|
|
80
|
+(def-unix-error EPERM 1)
|
|
|
81
|
+(def-unix-error EPFNOSUPPORT 46)
|
|
|
82
|
+(def-unix-error EPIPE 32)
|
|
|
83
|
+(def-unix-error EPROCLIM 67)
|
|
|
84
|
+(def-unix-error EPROCUNAVAIL 76)
|
|
|
85
|
+(def-unix-error EPROGMISMATCH 75)
|
|
|
86
|
+(def-unix-error EPROGUNAVAIL 74)
|
|
|
87
|
+(def-unix-error EPROTO 100)
|
|
|
88
|
+(def-unix-error EPROTONOSUPPORT 43)
|
|
|
89
|
+(def-unix-error EPROTOTYPE 41)
|
|
|
90
|
+(def-unix-error EPWROFF 82)
|
|
109
|
91
|
(def-unix-error EQFULL 106)
|
|
110
|
|
-(def-unix-error ELAST 106) |
|
|
92
|
+(def-unix-error ERANGE 34)
|
|
|
93
|
+(def-unix-error EREMOTE 71)
|
|
|
94
|
+(def-unix-error EROFS 30)
|
|
|
95
|
+(def-unix-error ERPCMISMATCH 73)
|
|
|
96
|
+(def-unix-error ESHLIBVERS 87)
|
|
|
97
|
+(def-unix-error ESHUTDOWN 58)
|
|
|
98
|
+(def-unix-error ESOCKTNOSUPPORT 44)
|
|
|
99
|
+(def-unix-error ESPIPE 29)
|
|
|
100
|
+(def-unix-error ESRCH 3)
|
|
|
101
|
+(def-unix-error ESTALE 70)
|
|
|
102
|
+(def-unix-error ETIME 101)
|
|
|
103
|
+(def-unix-error ETIMEDOUT 60)
|
|
|
104
|
+(def-unix-error ETOOMANYREFS 59)
|
|
|
105
|
+(def-unix-error ETXTBSY 26)
|
|
|
106
|
+(def-unix-error EUSERS 68)
|
|
|
107
|
+(def-unix-error EWOULDBLOCK EAGAIN)
|
|
|
108
|
+(def-unix-error EXDEV 18) |