summaryrefslogtreecommitdiff
path: root/coro.h
diff options
context:
space:
mode:
authorroot <root>2001-09-16 01:34:36 +0000
committerroot <root>2001-09-16 01:34:36 +0000
commit1a14956151de25e4586864264bbc5dfe41e3da40 (patch)
treecaa942853700cd0f41183b0ccb56f5013c14e7cc /coro.h
parent9bdcf47c96e350f4b911a54dc286ea0aff890d05 (diff)
*** empty log message ***
Diffstat (limited to 'coro.h')
-rw-r--r--coro.h3
1 files changed, 1 insertions, 2 deletions
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,