aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/ucontext.h
blob: 9ce3dbacf4117b1c5fadd4f4db4e3353dec1059d (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