[libc-commits] [libc] [libc] Add proxy header for the stack_t type (PR #107559)
via libc-commits
libc-commits at lists.llvm.org
Fri Sep 6 11:13:23 PDT 2024
================
@@ -9,8 +9,8 @@
#ifndef LLVM_LIBC_SRC_SIGNAL_SIGALTSTACK_H
#define LLVM_LIBC_SRC_SIGNAL_SIGALTSTACK_H
+#include "hdr/types/stack_t.h"
----------------
wldfngrs wrote:
Build fails when I update the dependency with `libc.hdr.types.stack_t` in the `CMakeLists.txt` file in the `linux` directory
https://github.com/llvm/llvm-project/pull/107559
More information about the libc-commits
mailing list