aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2022-04-18 08:23:52 -0700
committerStephen Hemminger <stephen@networkplumber.org>2022-04-18 08:23:52 -0700
commitd8a7a0f4f7fe5de1e8f9186227ba4c1d6ec00e6d (patch)
tree7320ac0f3c24234e28904d946c4a6ba8ce19f0a4
parent5b2ff061a2eb2bbaa38cd5881bdaec1479f39a4b (diff)
downloadiproute2-d8a7a0f4f7fe5de1e8f9186227ba4c1d6ec00e6d.tar.gz
uapi: upstream update to stddef.h
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--include/uapi/linux/stddef.h4
1 files changed, 4 insertions, 0 deletions
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