Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / arm / kernel / signal.h
blobb7b838b05229aa5cd702611013cdae97fa033b07
1 #include <asm/ucontext.h>
3 struct sigframe {
4 struct ucontext uc;
5 unsigned long retcode[4];
6 };
8 struct rt_sigframe {
9 struct siginfo info;
10 struct sigframe sig;