bye bye osiSleep

This commit is contained in:
Jeff Hill
2000-01-21 00:58:20 +00:00
parent 91ef01803b
commit d3fd188e55

View File

@@ -7,7 +7,7 @@
#endif
#include "osiTime.h"
#include "osiSleep.h"
#include "osiThread.h"
#include "epicsAssert.h"
#ifndef CLOCK_REALTIME
@@ -92,7 +92,7 @@ int main ()
//
#if 0
while (1) {
osiSleep (10 /* sec */, 0 /* uSec */);
threadSleep (10.0);
}
#endif