We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad6a9 commit 6595702Copy full SHA for 6595702
libc/src/__support/wchar/CMakeLists.txt
@@ -74,14 +74,14 @@ add_header_library(
74
HDRS
75
mbsnrtowcs.h
76
DEPENDS
77
- libc.hdr.errno_macros
78
- libc.hdr.types.wchar_t
79
- libc.hdr.types.size_t
80
- libc.src.__support.common
81
- libc.src.__support.error_or
82
- libc.src.__support.macros.config
83
- libc.src.__support.nacros.null_check
84
- .character_converter
85
- .mbstate
86
- .string_converter
+ libc.hdr.errno_macros
+ libc.hdr.types.wchar_t
+ libc.hdr.types.size_t
+ libc.src.__support.common
+ libc.src.__support.error_or
+ libc.src.__support.macros.config
+ libc.src.__support.nacros.null_check
+ .character_converter
+ .mbstate
+ .string_converter
87
)
0 commit comments