VirtualBox

Changeset 9907

Show
Ignore:
Timestamp:
06/25/08 13:39:48 (5 months ago)
Author:
vboxsync
Message:

build fix for sleep()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Main/testcase/tstAPI.cpp

    r9904 r9907  
    970970            sessionMachine->GetProcessorUsage(&user, &system); 
    971971            printf("VM: user=%u system=%u\n", user/10000000, system/10000000); 
    972             sleep(1); 
     972            RTThreadSleep(1000); 
    973973        } 
    974974        printf ("Press enter to power off VM..."); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy