about summary refs log tree commit diff stats
path: root/src/include/threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/threads.h')
-rwxr-xr-xsrc/include/threads.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/threads.h b/src/include/threads.h
index 847d4ee6..ec133d16 100755
--- a/src/include/threads.h
+++ b/src/include/threads.h
@@ -12,9 +12,9 @@ typedef struct emu_jmpbuf_s {
 
 void CleanStackSize(box64context_t* context);
 
-emu_jmpbuf_t* GetJmpBuf();
+emu_jmpbuf_t* GetJmpBuf(void);
 
-void init_pthread_helper();
+void init_pthread_helper(void);
 void fini_pthread_helper(box64context_t* context);
 
 // prepare an "emuthread structure" in pet and return address of function pointer for a "thread creation routine"