Compare commits

..

1 commit

Author SHA1 Message Date
b0bebc0fc3
[compat] improve thread naming logic
All checks were successful
eden-license / license-header (pull_request) Successful in 27s
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-08-30 08:18:17 +00:00

View file

@ -120,7 +120,6 @@ void SetCurrentThreadName(const char* name) {
pthread_setname_np(pthread_self(), name);
#endif
}
#endif
#endif