ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/iom.C
(Generate patch)

Comparing rxvt-unicode/src/iom.C (file contents):
Revision 1.27 by root, Mon Dec 20 16:44:31 2004 UTC vs.
Revision 1.28 by root, Mon Feb 14 19:37:16 2005 UTC

380# if IOM_SIG 380# if IOM_SIG
381 sigprocmask (SIG_BLOCK, &sigs, NULL); 381 sigprocmask (SIG_BLOCK, &sigs, NULL);
382# endif 382# endif
383 383
384# if IOM_TIME 384# if IOM_TIME
385 {
386 // update time, try to compensate for gross non-monotonic time changes
387 tstamp diff = NOW;
385 set_now (); 388 set_now ();
389 diff = NOW - diff;
390
391 if (diff < 0)
392 for (io_manager_vec<time_watcher>::const_iterator i = tw.end (); i-- > tw.begin (); )
393 if (*i)
394 (*i)->at += diff;
395 }
386# endif 396# endif
387 397
388 if (fds > 0) 398 if (fds > 0)
389 { 399 {
390# if IOM_SIG 400# if IOM_SIG

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines