c - No sys/sendfile.h on Cygwin? -
I am trying to compile some code on Sigwin which requires sendfile.h. When I try to compile, it gives me a fatal error: sys / sendfile.h: No such file or directory compilation is finished.
How do I solve it? Do I have to go to a Linux platform? I have gcc4.5 installed on Sigwin. I
Like the comment, sendfile () copies data between a file descriptor and second. Because this copy is made within the kernel, sendfile () is more efficient by combining (2) reading and (2) writes, for which the user needs to move more data from the location. Which means that it has basically read a sendfile POSIX is not, however, man page
() after typing a
() , then implement it yourself To be relatively easy.
Comments
Post a Comment