[libc-commits] [libc] [libc] Add "struct tm" declaration to <wchar.h> (PR #165795)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Thu Oct 30 16:51:11 PDT 2025
================
@@ -6,6 +6,7 @@ macros:
types:
- type_name: FILE
- type_name: size_t
+ - type_name: struct_tm
----------------
vonosmas wrote:
hdrgen ends up producing the line:
```
#include "llvm-libc-types/struct tm.h"
```
should I fix hdrgen?
https://github.com/llvm/llvm-project/pull/165795
More information about the libc-commits
mailing list