diff options
Diffstat (limited to 'debugger.h')
-rw-r--r-- | debugger.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ extern struct process *dbg_attach(pid_t pid, int child); extern void dbg_detach(struct process *proc); extern int dbg_free(struct thread *th); -extern void dbg_sync(struct process *proc); +extern int dbg_sync(struct process *proc); extern int dbg_intr(struct thread *th); extern int dbg_cont(struct thread *th); |