![]() |
|
|||
0001 #include <asm/ucontext.h> 0002 0003 struct sigframe { 0004 struct ucontext uc; 0005 unsigned long retcode[4]; 0006 }; 0007 0008 struct rt_sigframe { 0009 struct siginfo info; 0010 struct sigframe sig; 0011 }; 0012 0013 extern struct page *get_signal_page(void);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |