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

Skip to content

Commit 8766dfd

Browse files
committed
Regenreated for MSL
1 parent b83b46d commit 8766dfd

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

Mac/Lib/macerrors.py

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -579,12 +579,12 @@
579579
EPIPE = 32 #Broken pipe
580580
EDOM = 33 #Numerical argument out of domain
581581
ERANGE = 34 #Result too large
582-
EAGAIN = 35 #Resource temporarily unavailable
583-
EINPROGRESS = 36 #Operation now in progress
584-
EALREADY = 37 #Operation already in progress
585-
ENOTSOCK = 38 #Socket operation on non-socket
586-
EDESTADDRREQ = 39 #Destination address required
587-
EMSGSIZE = 40 #Message too long
582+
EFPOS = 35 #File positioning error
583+
ESIGPARM = 36 #Signal argument error
584+
ENOMEM = 37 #Cannot allocate memory
585+
EACCES = 38 #Permission denied
586+
ENOENT = 39 #No such file or directory
587+
ENOSYS = 40 #Function not implemented
588588
EPROTOTYPE = 41 #Protocol wrong type for socket
589589
ENOPROTOOPT = 42 #Protocol not available
590590
EPROTONOSUPPORT = 43 #Protocol not supported
@@ -624,3 +624,8 @@
624624
ENOLCK = 77 #No locks available
625625
ENOSYS = 78 #Function not implemented
626626
EFTYPE = 79 #Inappropriate file type or format
627+
EINPROGRESS = 136 #Operation now in progress
628+
EALREADY = 137 #Operation already in progress
629+
ENOTSOCK = 138 #Socket operation on non-socket
630+
EDESTADDRREQ = 139 #Destination address required
631+
EMSGSIZE = 140 #Message too long

0 commit comments

Comments
 (0)