diff options
Diffstat (limited to 'include/arch')
| -rw-r--r-- | include/arch/tcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/tcb.h b/include/arch/tcb.h index f4726ad..4f75419 100644 --- a/include/arch/tcb.h +++ b/include/arch/tcb.h @@ -31,6 +31,7 @@ void tcb_assign(struct tcb *t); * Set up RPC stack in a way that is convenient for the underlying architecture. * * @param t Thread whose RPC stack should be set up. + * @return OK on success, non-zero otherwise. */ stat_t setup_rpc_stack(struct tcb *t); |
