mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed merge with upstream/master
This commit is contained in:
commit
bc99321b14
557 changed files with 498 additions and 1362 deletions
|
@ -43,11 +43,13 @@ int RS_pthread_setname_np(pthread_t /*__target_thread*/, const char *__buf) {
|
|||
return pthread_setname_np(__buf);
|
||||
}
|
||||
#else
|
||||
#ifndef __WIN64__
|
||||
int __attribute__((weak)) pthread_setname_np(pthread_t __target_thread, const char *__buf) ;
|
||||
#endif //__WIN64__
|
||||
int RS_pthread_setname_np(pthread_t __target_thread, const char *__buf) {
|
||||
return pthread_setname_np(__target_thread, __buf);
|
||||
}
|
||||
#endif
|
||||
#endif //__APPLE__
|
||||
|
||||
|
||||
/*******
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue