On 10/6/21 8:49 AM, Ammar Faizi wrote: > Hi everyone, > > This is the v1 of RFC to support build liburing without libc. > > In this RFC, I introduce no libc support for x86-64 arch. Hopefully, > one day we can get support for other architectures as well. > > Motivation: > Currently liburing depends on libc. We want to make liburing can be > built without libc. > > This idea firstly posted as an issue on the liburing GitHub > repository here: https://github.com/axboe/liburing/issues/443 > > The subject of the issue is: "An option to use liburing without libc?". This series seems to be somewhat upside down. You should fix up tests first, then add support for x86-64 nolibc, then enable it. You seem to be doing the opposite? -- Jens Axboe