mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Move calls to thread_setname() into the thread start routines and move to a single argument thread_setname()
This commit is contained in:
@@ -331,7 +331,7 @@ thread_getnametid(char *buf, size_t len);
|
||||
|
||||
// wrapper for pthread_setname_np/pthread_set_name_np
|
||||
void
|
||||
thread_setname(pthread_t thread, const char *name);
|
||||
thread_setname(const char *name);
|
||||
|
||||
void
|
||||
uuid_make(char *str);
|
||||
|
||||
Reference in New Issue
Block a user