diff mbox series

[v3,2/2] uapi: fix header guard in include/uapi/linux/stddef.h

Message ID b1f5081e-339d-421d-81b2-cbb94e1f6f5f@p183 (mailing list archive)
State Mainlined
Commit 531108ec5b5cd45ec6272a6115e73275baef7d22
Headers show
Series [v3,1/2] uapi: fix __DECLARE_FLEX_ARRAY for C++ | expand

Commit Message

Alexey Dobriyan Sept. 12, 2023, 4:23 p.m. UTC
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 include/uapi/linux/stddef.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

--- a/include/uapi/linux/stddef.h
+++ b/include/uapi/linux/stddef.h
@@ -50,8 +50,9 @@ 
 		TYPE NAME[]; \
 	}
 #endif
-#endif
 
 #ifndef __counted_by
 #define __counted_by(m)
 #endif
+
+#endif