This commit is contained in:
2025-07-16 09:09:56 +08:00
parent da5a6a6b83
commit 59632ac4a3
+1 -1
View File
@@ -763,7 +763,7 @@ if (!function_exists('process_name_set')) {
* @param string|null $prefix * @param string|null $prefix
* @throws * @throws
*/ */
function process_name_set(int $pid, string $prefix = NULL): void function process_name_set(int $pid, ?string $prefix = NULL): void
{ {
if (Kiri::getPlatform()->isMac()) { if (Kiri::getPlatform()->isMac()) {
return; return;