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.3 by root, Fri Jul 17 21:02:18 2009 UTC vs.
Revision 1.4 by root, Fri Jul 17 21:04:45 2009 UTC

408static void 408static void
409s_epipe_drain (s_epipe *epp) 409s_epipe_drain (s_epipe *epp)
410{ 410{
411 char buf [9]; 411 char buf [9];
412 412
413 fprintf (stderr, "drain\n");//D
414#ifdef _WIN32 413#ifdef _WIN32
415 recv (epp->fd [0], buf, sizeof (buf), 0); 414 recv (epp->fd [0], buf, sizeof (buf), 0);
416#else 415#else
417 read (epp->fd [0], buf, sizeof (buf)); 416 read (epp->fd [0], buf, sizeof (buf));
418#endif 417#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines