cl: compileFuncDecl/funcName fix; patch library: sync
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include <pthread.h>
|
||||
|
||||
pthread_once_t llgoSyncOnceInitVal() {
|
||||
pthread_once_t initVal = PTHREAD_ONCE_INIT;
|
||||
return initVal;
|
||||
}
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
pthread_once_t llgoSyncOnceInitVal = PTHREAD_ONCE_INIT;
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user