blob: 4c2721bd9858e7f58b3cd26957681d84ea80cbde [file] [log] [blame]
void schedule_timeout(signed long timeout)
{
switch (timeout)
{
case ((long)(~0UL>>1)): break;
}
}