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

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.122 by root, Tue May 13 19:35:16 2008 UTC vs.
Revision 1.123 by root, Sat May 17 12:17:25 2008 UTC

412 X_UNLOCK (reslock); 412 X_UNLOCK (reslock);
413 413
414 if (size) 414 if (size)
415 return; 415 return;
416 416
417 maybe_start_thread (); 417 etp_maybe_start_thread ();
418 418
419 FD_ZERO (&rfd); 419 FD_ZERO (&rfd);
420 FD_SET (respipe [0], &rfd); 420 FD_SET (respipe [0], &rfd);
421 421
422 PerlSock_select (respipe [0] + 1, &rfd, 0, 0, 0); 422 PerlSock_select (respipe [0] + 1, &rfd, 0, 0, 0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines