We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff60293 commit a80af0fCopy full SHA for a80af0f
1 file changed
vlib/x/vweb/sendfile_linux.c.v
@@ -1,5 +1,7 @@
1
module vweb
2
3
+#include <sys/sendfile.h>
4
+
5
fn C.sendfile(out_fd int, in_fd int, offset voidptr, count int) int
6
7
fn sendfile(out_fd int, in_fd int, nr_bytes int) int {
0 commit comments