1
0
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:
Mark Pizzolato
2012-03-23 13:05:36 -07:00
parent 3cc10c3f71
commit 380625e404
2 changed files with 2 additions and 3 deletions

View File

@@ -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)