9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 195855ac4daa9ce7119c4eff9ae2f011d6e01df6
parent f1a52419135c436766fe0cb82182374345f1f7c7
Author: Roberto E. Vargas Caballero <roberto.vargas@midokura.com>
Date:   Thu, 17 Nov 2022 07:47:59 +0100

os9: Make ictx() void

ictx cannot fail in any way.

Diffstat:
Msrc/os9/proc.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/os9/proc.c b/src/os9/proc.c @@ -521,10 +521,6 @@ kproc(void *fn) ictx(tp, fn); return tp; - -err: - deltask(tp); - return NULL; } void