On 10/10/21 12:39 AM, Ammar Faizi wrote: > +#ifdef CONFIG_NOLIBC > +# if defined(__x86_64__) || defined(__i386__) > +# include "arch/x86/lib.h" > +# else > +# error "The arch is currently not supported to build liburing without libc" > +# endif > +#endif That reads a bit awkwardly, how about: "This arch doesn't support building liburing without linc" -- Jens Axboe