search for: 437b11f2

Displaying 1 result from an estimated 1 matches for "437b11f2".

Did you mean: 435711f2
2024 Feb 28
0
[PATCH 1/1] stddef.h: add wchar_t type definition
...-6.03:/mk/efi.mk#l27 [5] https://lists.buildroot.org/pipermail/buildroot/2024-February/685971.html Signed-off-by: Julien Olivain <ju.o at free.fr> --- com32/include/stddef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/com32/include/stddef.h b/com32/include/stddef.h index f52d62f3..437b11f2 100644 --- a/com32/include/stddef.h +++ b/com32/include/stddef.h @@ -29,4 +29,6 @@ */ #define container_of(p, c, m) ((c *)((char *)(p) - offsetof(c,m))) +typedef short wchar_t; + #endif /* _STDDEF_H */ -- 2.44.0