Merge commit '5e109224fb3480d806e44d74587d052c7f88bf83' into master

This commit is contained in:
Tim Allen
2020-10-09 02:31:32 +11:00
3 changed files with 47 additions and 47 deletions

View File

@@ -25,7 +25,7 @@ cothread_t co_active() {
}
cothread_t co_derive(void* memory, unsigned int heapsize, void (*coentry)(void)) {
//Windows fibers do not allow users to supply their own memory
/* Windows fibers do not allow users to supply their own memory */
return (cothread_t)0;
}