diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-17 21:49:20 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-17 21:49:20 (GMT) |
commit | 03d3e33af92a8bcc4e8bac05ed71a1e77b833719 (patch) | |
tree | d023e7bae33c965fe856d2a5e2e298ac62c22063 /Lib/plat-irix6/ERRNO.py | |
parent | 5ae73c8f75c929e4ebb73f19b8462129d00db26b (diff) | |
download | cpython-03d3e33af92a8bcc4e8bac05ed71a1e77b833719.zip cpython-03d3e33af92a8bcc4e8bac05ed71a1e77b833719.tar.gz cpython-03d3e33af92a8bcc4e8bac05ed71a1e77b833719.tar.bz2 |
Regenerated for Irix 6.5.
Diffstat (limited to 'Lib/plat-irix6/ERRNO.py')
-rw-r--r-- | Lib/plat-irix6/ERRNO.py | 19 |
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 |