mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Fixed vax build issue when building on a vax.
This commit is contained in:
@@ -174,7 +174,6 @@ sys$waitfr (2);
|
||||
return sim_os_msec () - stime;
|
||||
}
|
||||
|
||||
#if defined(SIM_ASYNCH_IO)
|
||||
#ifdef NEED_CLOCK_GETTIME
|
||||
int clock_gettime(int clk_id, struct timespec *tp)
|
||||
{
|
||||
@@ -191,7 +190,6 @@ tp->tv_nsec = ns*100;
|
||||
return 0;
|
||||
}
|
||||
#endif /* CLOCK_REALTIME */
|
||||
#endif /* SIM_ASYNCH_IO */
|
||||
|
||||
#elif defined (_WIN32)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user