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

Comparing Coro-Multicore/Multicore.xs (file contents):
Revision 1.9 by root, Fri Jul 3 02:35:48 2015 UTC vs.
Revision 1.10 by root, Fri Jul 3 02:55:10 2015 UTC

232 232
233BOOT: 233BOOT:
234{ 234{
235 #ifndef _WIN32 235 #ifndef _WIN32
236 sigfillset (&fullsigset); 236 sigfillset (&fullsigset);
237 sigemptyset (&fullsigset);
238 #endif 237 #endif
239 238
240 pthread_key_create (&current_key, 0); 239 pthread_key_create (&current_key, 0);
241 240
242 if (s_epipe_new (&ep)) 241 if (s_epipe_new (&ep))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines