Messages in this thread |  | | | Subject | Re: int sendfile(int out_fd,int in_fd,off_t* offset,size_t count) | | From | Florian Weimer <> | | Date | 14 Aug 1999 12:57:35 +0200 |
| |
mag321 <mag321@263.net> writes:
> for example,what if out_fd is a non block I/O?
sendfile sends as many data as possible without blocking. After that, it returns `EWOULDBLOCK'.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
|  |