From 8a9997478218821eb9cad37637f2541e2de54c98 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 2 Dec 1991 11:24:43 +0000 Subject: [PATCH] added declaration of taskIdCurrent for compiling with V4 vxWorks --- src/ca/os_depen.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ca/os_depen.h b/src/ca/os_depen.h index 0b170312f..b735e1199 100644 --- a/src/ca/os_depen.h +++ b/src/ca/os_depen.h @@ -15,6 +15,8 @@ * .04 joh 092491 changed order of ops on LOCALTICKS * .05 joh 092691 added NELEMENTS() * .06 joh 111991 added EVENTLOCKTEST + * .07 joh 120291 added declaration of taskIdCurrent for + * compiling with V4 vxWorks * */ @@ -35,6 +37,9 @@ # ifndef INCtaskLibh # include # endif +# ifndef V5_vxWorks + IMPORT ULONG taskIdCurrent; +# endif #elif defined(VMS) #else @@@@ dont compile in this case @@@@