File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 579579EPIPE = 32 #Broken pipe
580580EDOM = 33 #Numerical argument out of domain
581581ERANGE = 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
588588EPROTOTYPE = 41 #Protocol wrong type for socket
589589ENOPROTOOPT = 42 #Protocol not available
590590EPROTONOSUPPORT = 43 #Protocol not supported
624624ENOLCK = 77 #No locks available
625625ENOSYS = 78 #Function not implemented
626626EFTYPE = 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
You can’t perform that action at this time.
0 commit comments