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