Partial exec, environment variables

This commit is contained in:
2026-03-17 19:14:29 +01:00
parent b1648a146a
commit c69ee1b745
9 changed files with 199 additions and 26 deletions

View File

@@ -28,6 +28,7 @@ static const char* str_status[] = {
[ST_REMOVE_ERROR] = "remove error",
[ST_XDRV_READ_ERROR] = "drive read error",
[ST_XDRV_WRITE_ERROR] = "drive write error",
[ST_NOT_PARTIAL] = "not a partially created process",
};
#endif // _LIBSYSTEM_STR_STATUS_H