mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
add FreeBSD builder for GHA (#1595)
This commit is contained in:
@@ -122,7 +122,7 @@ namespace util
|
||||
#if defined (__APPLE__)
|
||||
pthread_setname_np(name);
|
||||
#elif defined(__FreeBSD__)
|
||||
pthread_set_name_np(pthread_self(), name)
|
||||
pthread_set_name_np(pthread_self(), name);
|
||||
#else
|
||||
pthread_setname_np(pthread_self(), name);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user