aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2023-12-08 09:27:59 -0800
committerStephen Hemminger <stephen@networkplumber.org>2023-12-08 09:27:59 -0800
commitaed89de0e16bd5d58eae18d357a63aa83b4cbf57 (patch)
tree63f540cd89b1b2415934849223ea90cf43f4eb79
parent1607bf531fd2f984438d227ea97312df80e7cf56 (diff)
downloadiproute2-aed89de0e16bd5d58eae18d357a63aa83b4cbf57.tar.gz
uapi: update stddef.h
Change from upstream 6.7-rc4 Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--include/uapi/linux/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/stddef.h b/include/uapi/linux/stddef.h
index b3d4a9c17..bf9749dd1 100644
--- a/include/uapi/linux/stddef.h
+++ b/include/uapi/linux/stddef.h
@@ -27,7 +27,7 @@
union { \
struct { MEMBERS } ATTRS; \
struct TAG { MEMBERS } ATTRS NAME; \
- }
+ } ATTRS
#ifdef __cplusplus
/* sizeof(struct{}) is 1 in C++, not 0, can't use C version of the macro. */