ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libcoro/coro.c
(Generate patch)

Comparing libcoro/coro.c (file contents):
Revision 1.16 by root, Sat Aug 20 01:03:31 2005 UTC vs.
Revision 1.17 by root, Tue Aug 30 21:32:17 2005 UTC

46# endif 46# endif
47#endif 47#endif
48 48
49#if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX 49#if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX
50 50
51#include <stdlib.h>
52
51#if CORO_SJLJ 53#if CORO_SJLJ
52# include <stdio.h> 54# include <stdio.h>
53# include <signal.h> 55# include <signal.h>
56# include <unistd.h>
54#endif 57#endif
55 58
56static volatile coro_func coro_init_func; 59static volatile coro_func coro_init_func;
57static volatile void *coro_init_arg; 60static volatile void *coro_init_arg;
58static volatile coro_context *new_coro, *create_coro; 61static volatile coro_context *new_coro, *create_coro;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines