File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ EPIPE: int
37
37
EDOM : int
38
38
ERANGE : int
39
39
EDEADLK : int
40
- EDEADLCK : int
41
40
ENAMETOOLONG : int
42
41
ENOLCK : int
43
42
ENOSYS : int
@@ -136,3 +135,24 @@ ENOMEDIUM: int # undocumented
136
135
ENOTRECOVERABLE : int # undocumented
137
136
EOWNERDEAD : int # undocumented
138
137
ERFKILL : int # undocumented
138
+ EAUTH : int # undocumented
139
+ EBADARCH : int # undocumented
140
+ EBADEXEC : int # undocumented
141
+ EBADMACHO : int # undocumented
142
+ EBADRPC : int # undocumented
143
+ EDEVERR : int # undocumented
144
+ EFTYPE : int # undocumented
145
+ EL : int # undocumented
146
+ ELOCKUNMAPPED : int # undocumented
147
+ ENEEDAUTH : int # undocumented
148
+ ENOATTR : int # undocumented
149
+ ENOPOLICY : int # undocumented
150
+ ENOTACTIVE : int # undocumented
151
+ EPROCLIM : int # undocumented
152
+ EPROCUNAVAIL : int # undocumented
153
+ EPROGMISMATCH : int # undocumented
154
+ EPROGUNAVAIL : int # undocumented
155
+ EPWROFF : int # undocumented
156
+ EQFULL : int # undocumented
157
+ ERPCMISMATCH : int # undocumented
158
+ ESHLIBVERS : int # undocumented
You can’t perform that action at this time.
0 commit comments