make runtime compatible with wasm
This commit is contained in:
11
runtime/internal/clite/pthread/sync/sync_darwin_amd64.go
Normal file
11
runtime/internal/clite/pthread/sync/sync_darwin_amd64.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package sync
|
||||
|
||||
const (
|
||||
PthreadOnceSize = 16
|
||||
PthreadMutexSize = 56
|
||||
PthreadMutexAttrSize = 8
|
||||
PthreadCondSize = 40
|
||||
PthreadCondAttrSize = 8
|
||||
PthreadRWLockSize = 192
|
||||
PthreadRWLockAttrSize = 16
|
||||
)
|
||||
Reference in New Issue
Block a user