initial top-level import of subdirectories
This commit is contained in:
6
crypto/compat/thread_private.h
Normal file
6
crypto/compat/thread_private.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <pthread.h>
|
||||
|
||||
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
#define _ARC4_LOCK() pthread_mutex_lock(&arc4random_mtx)
|
||||
#define _ARC4_UNLOCK() pthread_mutex_unlock(&arc4random_mtx)
|
Reference in New Issue
Block a user