[libc-commits] [libc] [libc] implement vdso (PR #91572)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Jun 20 11:01:37 PDT 2024
================
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC_SIGNAL_SIGACTION_H
#define LLVM_LIBC_SRC_SIGNAL_SIGACTION_H
-#include <signal.h>
+#include <hdr/types/struct_sigaction.h>
----------------
nickdesaulniers wrote:
Can you fork off the proxy header change into a new PR, so we can get that landed first. Then rebase this PR on that?
https://github.com/llvm/llvm-project/pull/91572
More information about the libc-commits
mailing list