mirror of
https://github.com/python/cpython.git
synced 2025-11-28 22:18:54 +00:00
Regenreated for MSL
This commit is contained in:
parent
b83b46d2c6
commit
8766dfd9e8
1 changed files with 11 additions and 6 deletions
|
|
@ -579,12 +579,12 @@ EMLINK = 31 #Too many links
|
||||||
EPIPE = 32 #Broken pipe
|
EPIPE = 32 #Broken pipe
|
||||||
EDOM = 33 #Numerical argument out of domain
|
EDOM = 33 #Numerical argument out of domain
|
||||||
ERANGE = 34 #Result too large
|
ERANGE = 34 #Result too large
|
||||||
EAGAIN = 35 #Resource temporarily unavailable
|
EFPOS = 35 #File positioning error
|
||||||
EINPROGRESS = 36 #Operation now in progress
|
ESIGPARM = 36 #Signal argument error
|
||||||
EALREADY = 37 #Operation already in progress
|
ENOMEM = 37 #Cannot allocate memory
|
||||||
ENOTSOCK = 38 #Socket operation on non-socket
|
EACCES = 38 #Permission denied
|
||||||
EDESTADDRREQ = 39 #Destination address required
|
ENOENT = 39 #No such file or directory
|
||||||
EMSGSIZE = 40 #Message too long
|
ENOSYS = 40 #Function not implemented
|
||||||
EPROTOTYPE = 41 #Protocol wrong type for socket
|
EPROTOTYPE = 41 #Protocol wrong type for socket
|
||||||
ENOPROTOOPT = 42 #Protocol not available
|
ENOPROTOOPT = 42 #Protocol not available
|
||||||
EPROTONOSUPPORT = 43 #Protocol not supported
|
EPROTONOSUPPORT = 43 #Protocol not supported
|
||||||
|
|
@ -624,3 +624,8 @@ EPROCUNAVAIL = 76 #Bad procedure for program
|
||||||
ENOLCK = 77 #No locks available
|
ENOLCK = 77 #No locks available
|
||||||
ENOSYS = 78 #Function not implemented
|
ENOSYS = 78 #Function not implemented
|
||||||
EFTYPE = 79 #Inappropriate file type or format
|
EFTYPE = 79 #Inappropriate file type or format
|
||||||
|
EINPROGRESS = 136 #Operation now in progress
|
||||||
|
EALREADY = 137 #Operation already in progress
|
||||||
|
ENOTSOCK = 138 #Socket operation on non-socket
|
||||||
|
EDESTADDRREQ = 139 #Destination address required
|
||||||
|
EMSGSIZE = 140 #Message too long
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue