[libc-commits] [libc] [libc] Implement system function (PR #211672)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri Jul 24 07:54:10 PDT 2026
================
@@ -901,3 +901,81 @@ add_header_library(
libc.src.__support.macros.config
libc.include.sys_syscall
)
+
+add_header_library(
+ rt_sigaction
+ HDRS
+ rt_sigaction.h
+ DEPENDS
+ libc.hdr.types.sigset_t
+ libc.src.__support.OSUtil.osutil
+ libc.src.__support.common
+ libc.src.__support.error_or
+ libc.src.__support.macros.config
+ libc.include.sys_syscall
+)
+
+add_header_library(
----------------
kaladron wrote:
Do these need entiries in headers.txt?
https://github.com/llvm/llvm-project/pull/211672
More information about the libc-commits
mailing list