forked from OSchip/llvm-project
parent
2a262ef095
commit
ba4b1c47c1
|
@ -0,0 +1,7 @@
|
|||
void schedule_timeout(signed long timeout)
|
||||
{
|
||||
switch (timeout)
|
||||
{
|
||||
case ((long)(~0UL>>1)): break;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue