diff options
author | root <root> | 2006-10-26 07:27:50 +0000 |
---|---|---|
committer | root <root> | 2006-10-26 07:27:50 +0000 |
commit | c8d0e1e8f7cd3a08016aa1d5eba627f03d90dd77 (patch) | |
tree | d810b012747853da8b8db6a5a3d8e45106dd7f4e | |
parent | e1c01cf468046623cd8e5899cfaa99c64b0a3424 (diff) |
*** empty log message ***stack_sharing
-rw-r--r-- | coro.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |