summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix6/ERRNO.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-irix6/ERRNO.py')
-rw-r--r--Lib/plat-irix6/ERRNO.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/Lib/plat-irix6/ERRNO.py b/Lib/plat-irix6/ERRNO.py
index d975ce6..1836fa0 100644
--- a/Lib/plat-irix6/ERRNO.py
+++ b/Lib/plat-irix6/ERRNO.py
@@ -1,8 +1,12 @@
-# Generated by h2py from /usr/include/sys/errno.h
+# Generated by h2py from /usr/include/errno.h
+
+# Included from sys/errno.h
# Included from standards.h
__KBASE = 1000
__IRIXBASE = 1000
+__FTNBASE = 4000
+__FTNLAST = 5999
EPERM = 1
ENOENT = 2
ESRCH = 3
@@ -49,6 +53,7 @@ ENOCSI = 43
EL2HLT = 44
EDEADLK = 45
ENOLCK = 46
+ECKPT = 47
EBADE = 50
EBADR = 51
EXFULL = 52
@@ -138,7 +143,9 @@ EGROUPLOOP = 1006
ENOATTACH = 1007
ENOTSUP = 1008
ENOATTR = 1009
+EFSCORRUPTED = 1010
EDIRCORRUPTED = 1010
+EWRONGFS = 1011
EDQUOT = 1133
ENFSREMOTE = 1135
ECONTROLLER = 1300
@@ -161,3 +168,13 @@ EINVALMODE = 1316
ECANTEXTENT = 1317
EINVALTIME = 1318
EDESTROYED = 1319
+EBDHDL = 1400
+EDELAY = 1401
+ENOBWD = 1402
+EBADRSPEC = 1403
+EBADTSPEC = 1404
+EBADFILT = 1405
+EMIGRATED = 1500
+EMIGRATING = 1501
+ECELLDOWN = 1502
+EMEMRETRY = 1600