changeset 249:88fd330feef3 Common_Ancestor

Has Updates to the app, VMS, and VSs.. version with wait on task and on thread but has bugs still in VSs
author Sean Halle <seanhalle@yahoo.com>
date Fri, 17 Aug 2012 17:15:45 -0700
parents da08f9717024
children 7a2039d9fa7d 88f71110f1a9
files VMS__int.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/VMS__int.c	Sat Jul 21 15:20:40 2012 -0700
     1.2 +++ b/VMS__int.c	Fri Aug 17 17:15:45 2012 -0700
     1.3 @@ -29,7 +29,7 @@
     1.4     void      *stackLocs;
     1.5  
     1.6     newSlv      = VMS_int__malloc( sizeof(SlaveVP) );
     1.7 -   stackLocs  = VMS_int__malloc( VIRT_PROCR_STACK_SIZE );
     1.8 +   stackLocs   = VMS_int__malloc( VIRT_PROCR_STACK_SIZE );
     1.9     if( stackLocs == 0 )
    1.10      { perror("VMS_int__malloc stack"); exit(1); }
    1.11