Re: [PATCH v2 liburing 3/4] Add no libc build support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux