Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03d3e33

Browse files
committed
Regenerated for Irix 6.5.
1 parent 5ae73c8 commit 03d3e33

3 files changed

Lines changed: 776 additions & 69 deletions

File tree

Lib/plat-irix6/ERRNO.py

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Generated by h2py from /usr/include/sys/errno.h
1+
# Generated by h2py from /usr/include/errno.h
2+
3+
# Included from sys/errno.h
24

35
# Included from standards.h
46
__KBASE = 1000
57
__IRIXBASE = 1000
8+
__FTNBASE = 4000
9+
__FTNLAST = 5999
610
EPERM = 1
711
ENOENT = 2
812
ESRCH = 3
@@ -49,6 +53,7 @@
4953
EL2HLT = 44
5054
EDEADLK = 45
5155
ENOLCK = 46
56+
ECKPT = 47
5257
EBADE = 50
5358
EBADR = 51
5459
EXFULL = 52
@@ -138,7 +143,9 @@
138143
ENOATTACH = 1007
139144
ENOTSUP = 1008
140145
ENOATTR = 1009
146+
EFSCORRUPTED = 1010
141147
EDIRCORRUPTED = 1010
148+
EWRONGFS = 1011
142149
EDQUOT = 1133
143150
ENFSREMOTE = 1135
144151
ECONTROLLER = 1300
@@ -161,3 +168,13 @@
161168
ECANTEXTENT = 1317
162169
EINVALTIME = 1318
163170
EDESTROYED = 1319
171+
EBDHDL = 1400
172+
EDELAY = 1401
173+
ENOBWD = 1402
174+
EBADRSPEC = 1403
175+
EBADTSPEC = 1404
176+
EBADFILT = 1405
177+
EMIGRATED = 1500
178+
EMIGRATING = 1501
179+
ECELLDOWN = 1502
180+
EMEMRETRY = 1600

0 commit comments

Comments
 (0)