1 parent a3784b0 commit aba129cCopy full SHA for aba129c
1 file changed
vlib/fasthttp/fasthttp_linux.v
@@ -3,8 +3,6 @@ module fasthttp
3
#include <sys/epoll.h>
4
#include <netinet/tcp.h>
5
6
-fn C.accept(sockfd int, address &C.sockaddr_in, addrlen &u32) int
7
-
8
fn C.accept4(sockfd int, address &C.sockaddr_in, addrlen &u32, flags int) int
9
10
fn C.epoll_create1(__flags int) int
0 commit comments