mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Initial changes to support systems with single arg pthread_setname_np()
This commit is contained in:
@@ -319,8 +319,8 @@ int
|
||||
mutex_init(pthread_mutex_t *mutex);
|
||||
|
||||
// wrapper for gettid/pthread_getthreadid_np
|
||||
int
|
||||
thread_gettid();
|
||||
int64_t
|
||||
thread_gettid(pthread_t p);
|
||||
|
||||
// wrapper for pthread_getname_np/pthread_get_name_np
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user