mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: test -os linux cross compilation on macOS
This commit is contained in:
parent
d25f281b25
commit
2684ef94e3
4 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
module picoev
|
||||
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/cdefs.h> // needed for cross compiling to linux
|
||||
|
||||
fn C.epoll_create(int) int
|
||||
fn C.epoll_wait(int, voidptr, int, int) int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue