From c8d0e1e8f7cd3a08016aa1d5eba627f03d90dd77 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Oct 2006 07:27:50 +0000 Subject: *** empty log message *** --- coro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coro.h') diff --git a/coro.h b/coro.h index 2f2ca93..15426dd 100644 --- a/coro.h +++ b/coro.h @@ -102,7 +102,7 @@ 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, - * implement your own switching primitive. + * implement your own switching primitive if you need it. */ typedef struct coro_context coro_context; -- cgit v1.2.3