From: Stephen Hemminger Date: Mon, 18 Apr 2022 15:23:52 +0000 (-0700) Subject: uapi: upstream update to stddef.h X-Git-Tag: v5.18.0~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a7a0f4f7fe5de1e8f9186227ba4c1d6ec00e6d;p=thirdparty%2Fiproute2.git uapi: upstream update to stddef.h Signed-off-by: Stephen Hemminger --- diff --git a/include/uapi/linux/stddef.h b/include/uapi/linux/stddef.h index d419e7421..bb6ea517e 100644 --- a/include/uapi/linux/stddef.h +++ b/include/uapi/linux/stddef.h @@ -1,4 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +#ifndef _LINUX_STDDEF_H +#define _LINUX_STDDEF_H + #ifndef __always_inline @@ -41,3 +44,4 @@ struct { } __empty_ ## NAME; \ TYPE NAME[]; \ } +#endif