added declaration of taskIdCurrent for compiling with V4 vxWorks

This commit is contained in:
Jeff Hill
1991-12-02 11:24:43 +00:00
parent e00026b823
commit 8a99974782

View File

@@ -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 <taskLib.h>
# endif
# ifndef V5_vxWorks
IMPORT ULONG taskIdCurrent;
# endif
#elif defined(VMS)
#else
@@@@ dont compile in this case @@@@