[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 1/3] lib/nolibc: Add _SC_PAGESIZE macro
I will upstream this separately and send a v2 for the series with the requested changes. Cheers, Costin On 11/26/19 6:52 PM, Stefan Teodorescu wrote: > Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@xxxxxxxxx> > > On Mon, Nov 25, 2019 at 12:58 PM Costin Lupu <costin.lupu@xxxxxxxxx> wrote: >> >> We need this in order to use lib/uksysinfo with nolibc. >> >> Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> >> --- >> lib/nolibc/include/unistd.h | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/lib/nolibc/include/unistd.h b/lib/nolibc/include/unistd.h >> index e6854e25..96cce34d 100644 >> --- a/lib/nolibc/include/unistd.h >> +++ b/lib/nolibc/include/unistd.h >> @@ -51,6 +51,7 @@ extern "C" { >> /* >> * Sysconf name values >> */ >> +#define _SC_PAGESIZE 8 >> #define _SC_NPROCESSORS_ONLN 10 >> >> #include <nolibc-internal/shareddefs.h> >> -- >> 2.20.1 >> > > _______________________________________________ > Minios-devel mailing list > Minios-devel@xxxxxxxxxxxxxxxxxxxx > https://lists.xenproject.org/mailman/listinfo/minios-devel > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |