[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Emulation of sendfile().



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


Reply to: