ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.80 by root, Tue Nov 27 07:27:10 2007 UTC vs.
Revision 1.81 by root, Tue Nov 27 10:59:10 2007 UTC

77 *stash_watcher, 77 *stash_watcher,
78 *stash_io, 78 *stash_io,
79 *stash_timer, 79 *stash_timer,
80 *stash_periodic, 80 *stash_periodic,
81 *stash_signal, 81 *stash_signal,
82 *stash_child,
83 *stash_stat,
82 *stash_idle, 84 *stash_idle,
83 *stash_prepare, 85 *stash_prepare,
84 *stash_check, 86 *stash_check,
85 *stash_child,
86 *stash_embed, 87 *stash_embed,
87 *stash_stat; 88 *stash_fork;
88 89
89#ifndef SIG_SIZE 90#ifndef SIG_SIZE
90/* kudos to Slaven Rezic for the idea */ 91/* kudos to Slaven Rezic for the idea */
91static char sig_size [] = { SIG_NUM }; 92static char sig_size [] = { SIG_NUM };
92# define SIG_SIZE (sizeof (sig_size) + 1) 93# define SIG_SIZE (sizeof (sig_size) + 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines