Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.4 by edhill, Tue May 23 14:55:19 2006 UTC | revision 1.5 by edhill, Tue Jun 20 03:13:54 2006 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | #include <signal.h> | #include <signal.h> |
26 | #include <errno.h> | #include <errno.h> |
27 | #include <ucontext.h> | #include <ucontext.h> |
#endif | ||
28 | ||
29 | int * ip; | int * ip; |
30 | ||
#ifdef HAVE_SIGREG | ||
31 | static void killhandler( | static void killhandler( |
32 | unsigned int sn, siginfo_t si, struct ucontext *sc ) | unsigned int sn, siginfo_t si, struct ucontext *sc ) |
33 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |