[libc-commits] [libc] [libc] Add struct sigevent definition and proxy header. (PR #217699)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Thu Aug 20 10:28:59 PDT 2026


================
@@ -205,6 +205,7 @@ add_header(__jmp_buf HDR __jmp_buf.h DEPENDS .sigset_t)
 add_header(jmp_buf HDR jmp_buf.h DEPENDS .__jmp_buf)
 add_header(sigjmp_buf HDR sigjmp_buf.h DEPENDS .__jmp_buf)
 add_header(struct_sigaction HDR struct_sigaction.h DEPENDS .sigset_t .siginfo_t)
+add_header(struct_sigevent HDR struct_sigevent.h DEPENDS .union_sigval .pthread_attr_t .pid_t)
----------------
vonosmas wrote:

Make sure to add a CMake dependency on this target from headers that use it (signal.h and time.h)

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


More information about the libc-commits mailing list