blob: 4c2721bd9858e7f58b3cd26957681d84ea80cbde [file] [log] [blame]
Chris Lattner871b1502003-11-04 18:34:05 +00001void schedule_timeout(signed long timeout)
2{
3 switch (timeout)
4 {
5 case ((long)(~0UL>>1)): break;
6 }
7}