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:
@ -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 {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user