From b603f404d08248de437b7bf3e603adcfa01568db Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jan 2010 13:02:20 +0000 Subject: *** empty log message *** --- Changes | 1 + eio.c | 1 + 2 files changed, 2 insertions(+) diff --git a/Changes b/Changes index c76aab6..d1357b0 100644 --- a/Changes +++ b/Changes @@ -17,4 +17,5 @@ TODO: maybe add mincore support? available on at leats darwin, solaris, linux, f - use a more robust feed-add detection method. - "outbundled" from IO::AIO. - eio_set_max_polltime did not properly convert time to ticks. + - tentatively support darwin in sendfile. diff --git a/eio.c b/eio.c index af91074..a18e8eb 100644 --- a/eio.c +++ b/eio.c @@ -975,6 +975,7 @@ eio__sendfile (int ofd, int ifd, off_t offset, size_t count, etp_worker *self) #if __solaris || errno == EAFNOSUPPORT || errno == EPROTOTYPE #endif + || errno == ENOTSUP || errno == EOPNOTSUPP ) ) { -- cgit v1.2.3