mirror of
https://github.com/vlang/v.git
synced 2025-09-09 15:27:05 -04: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]
|
[typedef]
|
||||||
struct C.pthread_mutex_t {}
|
struct C.pthread_mutex_t {}
|
||||||
|
|
||||||
|
[typedef]
|
||||||
|
struct C.pthread_cond_t {}
|
||||||
|
|
||||||
[typedef]
|
[typedef]
|
||||||
struct C.pthread_rwlock_t {}
|
struct C.pthread_rwlock_t {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user