diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/threads.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/threads.h b/src/include/threads.h index ec133d16..af58046b 100755 --- a/src/include/threads.h +++ b/src/include/threads.h @@ -4,16 +4,8 @@ typedef struct box64context_s box64context_t; typedef struct x64emu_s x64emu_t; -typedef struct emu_jmpbuf_s { - x64emu_t* emu; - void* jmpbuf; - int jmpbuf_ok; -} emu_jmpbuf_t; - void CleanStackSize(box64context_t* context); -emu_jmpbuf_t* GetJmpBuf(void); - void init_pthread_helper(void); void fini_pthread_helper(box64context_t* context); |