Fixed vax build issue when building on a vax.
This commit is contained in:
parent
3cc10c3f71
commit
380625e404
2 changed files with 2 additions and 3 deletions
|
@ -215,8 +215,9 @@ PCAP_SIMH_INC = /INCL=($(PCAP_DIR))
|
|||
@ ERROR_CONDITION = ((F$GETSYI("ARCH_NAME").EQS."Alpha").AND.(F$GETSYI("VERSION").LTS."V8.0").AND.("$(NOASYNCH)".EQS.""))
|
||||
@ IF (ERROR_CONDITION) THEN WRITE SYS$OUTPUT "*** WARNING **** Build should be invoked with /MACRO=NOASYNCH=1 on this platform"
|
||||
@ 'EXIT_ON_ERROR
|
||||
@ DEFINE/USER SYS$ERROR NLA0:
|
||||
@ DEFINE/USER SYS$OUTPUT CC_VERSION.DAT
|
||||
@ CC/VERSION
|
||||
@ CC/DECC/VERSION
|
||||
@ OPEN /READ VERSION CC_VERSION.DAT
|
||||
@ READ VERSION CC_VERSION
|
||||
@ CLOSE VERSION
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue