[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/NEWLIB PATCH 0/2] Add sysconf function required by SQLite
Hi Gaulthier, We already have sysconf() in `uksysinfo` internal library. So you're changes should be moved and adapted there. Btw, we avoid using origin sources under `$(LIBNEWLIB_LIBC)/sys/linux/`. Cheers, Costin On 11/17/19 3:13 PM, Gaulthier Gain wrote: > This patch series adds the sysconf function which is required by > SQLite (view patch series: [UNIKRAFT/SQLITE PATCH 0/4] SQLite port > on Unikraft). > > In addition to adding a new entry (sysconf) to the Makefile.uk, we > patch the sysconf function by replacing CLK_TCK (which is obsolete) by > the CLOCKS_PER_SEC macro. > > Gaulthier Gain (2): > Add sys section in Makefile.uk > Add patch to replace CLK_TCK by CLOCKS_PER_SEC > > Makefile.uk | 5 +++++ > patches/0009-Use-CLOCKS_PER_SEC-macro.patch | 28 ++++++++++++++++++++++++++++ > 2 files changed, 33 insertions(+) > create mode 100644 patches/0009-Use-CLOCKS_PER_SEC-macro.patch > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |