1
0
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:
Delyan Angelov 2022-12-02 23:17:46 +02:00
parent d09c8c914b
commit bf0c8a0d96

View File

@ -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 {}