[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:
This change, and the cmake change to libc/src/signal/linux/CMakeLists.txt should go in a distinct PR.
https://github.com/llvm/llvm-project/pull/91572
More information about the libc-commits
mailing list