ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Async-Interrupt/schmorp.h
(Generate patch)

Comparing Async-Interrupt/schmorp.h (file contents):
Revision 1.6 by root, Tue Jul 28 01:19:44 2009 UTC vs.
Revision 1.7 by root, Wed Aug 5 11:51:53 2009 UTC

476 struct pollfd pfd; 476 struct pollfd pfd;
477 477
478 pfd.fd = s_epipe_fd (epp); 478 pfd.fd = s_epipe_fd (epp);
479 pfd.events = POLLIN; 479 pfd.events = POLLIN;
480 480
481 return poll (&pfd, 1, 0); 481 return poll (&pfd, 1, -1);
482#endif 482#endif
483} 483}
484 484
485#endif 485#endif
486 486

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines