]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: update stddef.h
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Dec 2023 17:27:59 +0000 (09:27 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 8 Dec 2023 17:27:59 +0000 (09:27 -0800)
Change from upstream 6.7-rc4

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/stddef.h

index b3d4a9c170ef1e765243e356c787a7effea47bdf..bf9749dd1422607dd57e1f64b8a39f0b32ab0ede 100644 (file)
@@ -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. */