[libc-commits] [libc] [libc] Add ucontext to public headers for Linux x86_64 (PR #192621)

via libc-commits libc-commits at lists.llvm.org
Fri Apr 17 02:50:38 PDT 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libc

Author: Jeff Bailey (kaladron)

<details>
<summary>Changes</summary>

Added libc.include.ucontext to TARGET_PUBLIC_HEADERS for Linux x86_64 in headers.txt.

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


1 Files Affected:

- (modified) libc/config/linux/x86_64/headers.txt (+1) 


``````````diff
diff --git a/libc/config/linux/x86_64/headers.txt b/libc/config/linux/x86_64/headers.txt
index 0e5d5c753aed1..2b93c84b13b5f 100644
--- a/libc/config/linux/x86_64/headers.txt
+++ b/libc/config/linux/x86_64/headers.txt
@@ -62,6 +62,7 @@ set(TARGET_PUBLIC_HEADERS
     libc.include.threads
     libc.include.time
     libc.include.uchar
+    libc.include.ucontext
     libc.include.unistd
     libc.include.wchar
     libc.include.wctype

``````````

</details>


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


More information about the libc-commits mailing list