mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
parent
731d07d6d6
commit
d133d30b60
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,10 @@
|
|||
module picoev
|
||||
|
||||
#include <sys/epoll.h>
|
||||
#include <sys/cdefs.h> // needed for cross compiling to linux
|
||||
|
||||
$if !musl ? {
|
||||
#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