mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
5e6718da86
llvm-svn: 9698
8 lines
103 B
C
8 lines
103 B
C
void schedule_timeout(signed long timeout)
|
|
{
|
|
switch (timeout)
|
|
{
|
|
case ((long)(~0UL>>1)): break;
|
|
}
|
|
}
|