This commit was generated by cvs2svn to compensate for changes in r118624,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
878b3439fb
@ -815,7 +815,7 @@ AcpiOsSleep (
|
||||
UINT32 milliseconds)
|
||||
{
|
||||
|
||||
sleep ((seconds * 1000) + milliseconds);
|
||||
usleep (((seconds * 1000) + milliseconds) * 1000);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user