From 0bd3518117ad29ffc91c7967068abc9948cc4885 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 14 Oct 2022 15:19:08 +0300 Subject: remove references to cow + Skip cow for now, maybe implement later but try to keep things simple. --- include/apos/tcb.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 72dcc98..63bf037 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -62,7 +62,7 @@ struct tcb_ctx { }; /** Enum for notification states. */ -enum tcb_notify_state { +enum tcb_notify { /** Thread has notifcations queued. */ NOTIFY_QUEUED, @@ -178,11 +178,9 @@ struct tcb *create_thread(struct tcb *p); * Create a new process. * * Sets up a new thread in a new process context. If there is a parent thread, - * its memory regions are copied but made COW. + * its memory regions are copied. * \see create_thread(). * - * \todo COW handling. - * * @param p Parent process. * @return Pointer to created \ref tcb. */ -- cgit v1.3