mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
sync: fix compilation of V on m1 with tcc
This commit is contained in:
parent
d09c8c914b
commit
bf0c8a0d96
@ -33,6 +33,9 @@ fn C.pthread_cond_destroy(voidptr) int
|
||||
[typedef]
|
||||
struct C.pthread_mutex_t {}
|
||||
|
||||
[typedef]
|
||||
struct C.pthread_cond_t {}
|
||||
|
||||
[typedef]
|
||||
struct C.pthread_rwlock_t {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user