aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/ucontext.h
blob: 02900d682e63b4d27db6282341f2abddd4582eab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__)
#error unavailable for arm
#elif defined(__aarch64__)
#include "ucontext_arm64.h"
#elif defined(__powerpc__)
#include "ucontext_powerpc.h"
#elif defined(__i386__) || defined(__x86_64__)
#include "ucontext_x86.h"
#else
#error unexpected
#endif