On 26/10/2013 16:43, Mats Erik Andersson wrote:
> Dear all,
> 
> I tried to activate the sendfile() call on Wheezy the other day,
> since the package webfs provides it for Linux and FreeBSD.
> 
> However, the emulation in glibc for kFreeBSD returns the annoying
> "Function not implemented"! Is it available in later libc versions,
> or is it on the infamous not-yet-resolved list?

Which sendfile() do you want?

There's the SYS_sendfile syscall, which is defined as bsd_sendfile() in
<bits/socket.h> but awkwardly not exported in Versions.

Then there's the ENOSYS stub you're calling, which I guess is supposed
to emulate Linux semantics, but is not implemented.

-- 
Robert Millan


-- 
To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/526bdcd3.6010...@debian.org

Reply via email to