[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT LWIP PATCH 2/3] Adapt sendfile.h to Unikraft
As I said in previous review, I'll also put here the Makefile changes. Reviewed-by: Costin Lupu <costin.lupu@xxxxxxxxx> On 10/29/19 1:40 AM, Mihai Pogonaru wrote: > Signed-off-by: Mihai Pogonaru <pogonarumihai@xxxxxxxxx> > --- > musl-imported/include/sys/sendfile.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/musl-imported/include/sys/sendfile.h > b/musl-imported/include/sys/sendfile.h > index e7570d8..c66eae0 100644 > --- a/musl-imported/include/sys/sendfile.h > +++ b/musl-imported/include/sys/sendfile.h > @@ -5,8 +5,7 @@ > extern "C" { > #endif > > -#include <features.h> > -#include <unistd.h> > +#include <sys/types.h> > > ssize_t sendfile(int, int, off_t *, size_t); > > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |