fix removed return

This commit is contained in:
Fire Cube 2025-05-07 22:34:16 +02:00
parent 6e57a076b7
commit a8e436358c

View File

@ -523,6 +523,7 @@ int PS4_SYSV_ABI posix_pthread_setcancelstate(PthreadCancelState state,
if (oldstate) {
*oldstate = oldval ? PthreadCancelState::Enable : PthreadCancelState::Disable;
}
return 0;
}
int Pthread::SetAffinity(const Cpuset* cpuset) {