From 8ac73b39e57712266eaa28c95c4ef2e5616258e9 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 28 Mar 2012 12:43:06 -0700 Subject: [PATCH] Fix needed for compile on VAX/VMS --- sim_timer.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sim_timer.c b/sim_timer.c index 66bd4433..79120fe8 100644 --- a/sim_timer.c +++ b/sim_timer.c @@ -77,6 +77,11 @@ UNIT sim_throt_unit = { UDATA (&sim_throt_svc, 0, 0) }; #if defined (__VAX) #define sys$gettim SYS$GETTIM +#define sys$setimr SYS$SETIMR +#define lib$emul LIB$EMUL +#define sys$waitfr SYS$WAITFR +#define lib$subx LIB$SUBX +#define lib$ediv LIB$EDIV #endif #include