From 22bcc9fe5755c0759def9d40131429a7f31c6336 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 27 Aug 2024 19:10:32 +0300 Subject: add some missing documentation --- include/arch/tcb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/arch/tcb.h') 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); -- cgit v1.3