[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190625115917.34827ebb@hermes.lan>
Date: Tue, 25 Jun 2019 11:59:17 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Baruch Siach <baruch@...s.co.il>
Cc: Jiri Pirko <jiri@...lanox.com>, netdev@...r.kernel.org,
Aya Levin <ayal@...lanox.com>,
Moshe Shemesh <moshe@...lanox.com>
Subject: Re: [PATCH iproute2 2/2] devlink: fix libc and kernel headers
collision
On Tue, 25 Jun 2019 14:49:05 +0300
Baruch Siach <baruch@...s.co.il> 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 */
Powered by blists - more mailing lists