From 1a14956151de25e4586864264bbc5dfe41e3da40 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 16 Sep 2001 01:34:36 +0000 Subject: *** empty log message *** --- coro.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 42bb76c..87de6e9 100644 --- a/coro.h +++ b/coro.h @@ -84,11 +84,10 @@ */ /* - * This is the type for the top function of a new coroutine. + * This is the type for the initialization function of a new coroutine. */ typedef void (*coro_func)(void *); - /* * A coroutine state is saved in the following structure. Treat it as a * opaque type. errno and sigmask might be saved, but don't rely on it, -- cgit v1.2.3