[libc-commits] [libc] [libc][annex_k] Add errno_t. (PR #163094)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Thu Mar 5 05:05:34 PST 2026


================
@@ -162,6 +162,15 @@ add_proxy_header_library(
     libc.include.fcntl
 )
 
+add_proxy_header_library(
+  errno_t
+  HDRS
+    errno_t.h
+  FULL_BUILD_DEPENDS
+    libc.include.llvm-libc-types.errno_t
+    libc.include.errno
----------------
vhscampos wrote:

`errno_t.h` does not include errno. Is this dependency declaration here correct?

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


More information about the libc-commits mailing list