2023-09-12 20:29:47

by Alexey Dobriyan

[permalink] [raw]
Subject: [PATCH v3 2/2] uapi: fix header guard in include/uapi/linux/stddef.h

Signed-off-by: Alexey Dobriyan <[email protected]>
---

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

--- 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