diff options
Diffstat (limited to 'include/apos/tcb.h')
| -rw-r--r-- | include/apos/tcb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 4872bd0..bd66aff 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -22,7 +22,7 @@ struct tcb { struct vm_branch *b_r; }; -void threads_insert(struct tcb *t); +stat_t threads_insert(struct tcb *t); struct tcb *cur_tcb(); struct tcb *get_tcb(id_t tid); |
