Skip to content
Snippets Groups Projects
Commit a29c4320 authored by Raymond Toy's avatar Raymond Toy
Browse files
parents d1b0e950 31412e29
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ typedef int os_vm_prot_t;
#define OS_VM_DEFAULT_PAGESIZE 4096
#define HANDLER_ARGS int signal, siginfo_t *code, os_context_t *context
#define HANDLER_ARGS int signal, siginfo_t *code, void *context
#define CODE(code) ((code) ? code->si_code : 0)
#define os_context_t ucontext_t
#ifdef __i386__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment