On Tue, 25 Jun 2019 14:49:05 +0300 Baruch Siach <[email protected]> wrote:
> +/* Suppress linux/sysinfo.h to avoid > + * collision of struct sysinfo definition > + * with musl libc headers > + */ You only need a small comment for this. #define _LINUX_SYSINFO_H /* avoid collision with musl header */
