Begin converting os.Errno to be a nil-able type as a transition period

This commit is contained in:
gingerBill
2024-08-04 10:51:08 +01:00
parent 71932628cc
commit e60951a902
22 changed files with 1165 additions and 666 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ Process_State :: struct {
timeout (if specified) has reached zero. If the timeout is `TIMEOUT_INFINITE`,
no timeout restriction is imposed and the procedure can block indefinately.
If the timeout has expired, the `General_Error.Timeout` is returned as
If the timeout has expired, the `GeneralPlatform_Error.Timeout` is returned as
the error.
If an error is returned for any other reason, other than timeout, the