[libc-commits] [libc] [libc] newheadergen: removing extra .h (PR #99408)

via libc-commits libc-commits at lists.llvm.org
Wed Jul 17 16:56:03 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: None (aaryanshukla)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/99408.diff


1 Files Affected:

- (modified) libc/newhdrgen/yaml/wchar.yaml (+1-1) 


``````````diff
diff --git a/libc/newhdrgen/yaml/wchar.yaml b/libc/newhdrgen/yaml/wchar.yaml
index 92ecdc26fbc73..e5627d14ed9be 100644
--- a/libc/newhdrgen/yaml/wchar.yaml
+++ b/libc/newhdrgen/yaml/wchar.yaml
@@ -4,7 +4,7 @@ types:
   - type_name: size_t
   - type_name: wint_t
   - type_name: wchar_t
-  - type_name: mbstate_t.h
+  - type_name: mbstate_t
 enums: []
 objects: []
 functions:

``````````

</details>


https://github.com/llvm/llvm-project/pull/99408


More information about the libc-commits mailing list