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

From: Alexey Dobriyan
Date: Tue Sep 12 2023 - 12:23:28 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

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