sync with OpenBSD -current

This commit is contained in:
purplerain 2024-02-28 00:34:12 +00:00
parent 729656abba
commit 8d80bb2dde
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
22 changed files with 190 additions and 104 deletions

View file

@ -15,7 +15,7 @@
#ifndef UNWIND_ASSEMBLY_H
#define UNWIND_ASSEMBLY_H
#if defined(__linux__) && defined(__CET__)
#if defined(__CET__)
#include <cet.h>
#define _LIBUNWIND_CET_ENDBR _CET_ENDBR
#else