summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2006-10-26 07:27:50 +0000
committerroot <root>2006-10-26 07:27:50 +0000
commitc8d0e1e8f7cd3a08016aa1d5eba627f03d90dd77 (patch)
treed810b012747853da8b8db6a5a3d8e45106dd7f4e
parente1c01cf468046623cd8e5899cfaa99c64b0a3424 (diff)
*** empty log message ***stack_sharing
-rw-r--r--coro.h2
1 files changed, 1 insertions, 1 deletions
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;