[libc-commits] [libc] [libc] implement sigsetjmp/siglongjmp for x86-64 (PR #136072)
via libc-commits
libc-commits at lists.llvm.org
Wed Apr 16 23:50:40 PDT 2025
================
@@ -9,6 +9,8 @@
#ifndef LLVM_LIBC_TYPES_JMP_BUF_H
#define LLVM_LIBC_TYPES_JMP_BUF_H
+#include "llvm-libc-types/sigset_t.h"
----------------
lntue wrote:
We need relative path in `libc/include` folder, so just `#include "sigset_t.h"`.
https://github.com/llvm/llvm-project/pull/136072
More information about the libc-commits
mailing list