Skip to content

Commit a880885

Browse files
authored
Merge pull request #1074 from visualfc/fix_amd64
runtime/internal/clite/pthread/sync/sync_darwin_amd64: PthreadMutexSize = 64
2 parents 7369ffd + 5583f94 commit a880885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/internal/clite/pthread/sync/sync_darwin_amd64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package sync
22

33
const (
44
PthreadOnceSize = 16
5-
PthreadMutexSize = 56
5+
PthreadMutexSize = 64
66
PthreadMutexAttrSize = 8
77
PthreadCondSize = 40
88
PthreadCondAttrSize = 8

0 commit comments

Comments
 (0)