mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +00:00
Make the xoshiro128plusplus thread-safe
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
***** Platform-dependent defines.
|
||||
*****/
|
||||
|
||||
/***
|
||||
*** Thread-Local Storage
|
||||
***/
|
||||
|
||||
#ifdef HAVE___THREAD
|
||||
#define thread_local __thread
|
||||
#endif
|
||||
|
||||
/***
|
||||
*** Network.
|
||||
***/
|
||||
|
Reference in New Issue
Block a user