[libc-commits] [libc] [libc] Define Annex K's errno_t in specified headers (PR #187700)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Wed Mar 25 05:27:16 PDT 2026
================
@@ -364,8 +366,9 @@ add_header_macro(
.llvm-libc-macros.file_seek_macros
.llvm-libc-macros.null_macro
.llvm-libc-macros.stdio_macros
- .llvm-libc-types.FILE
.llvm-libc-types.cookie_io_functions_t
+ .llvm-libc-types.errno_t
+ .llvm-libc-types.FILE
----------------
vhscampos wrote:
By mistake. I have moved it back to the original place
https://github.com/llvm/llvm-project/pull/187700
More information about the libc-commits
mailing list