зеркало из https://github.com/mozilla/gecko-dev.git
Use a proper sigcontext for Linux, just as is done for BSD.
This commit is contained in:
Родитель
111dcdf731
Коммит
37151cfd16
|
@ -27,10 +27,10 @@ typedef CONTEXT ThreadContext;
|
|||
|
||||
#elif defined (__linux__)
|
||||
|
||||
#include <sys/ptrace.h>
|
||||
#include <sigcontext.h>
|
||||
|
||||
typedef pid_t HANDLE;
|
||||
typedef pt_regs ThreadContext;
|
||||
typedef void* HANDLE;
|
||||
typedef struct sigcontext ThreadContext;
|
||||
|
||||
#elif defined (__FreeBSD__)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче