diff options
author | rpj <rpj> | 2003-09-02 16:15:05 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-09-02 16:15:05 +0000 |
commit | 879bb0613c03b10bdf91aa862c2463b7f9f99087 (patch) | |
tree | 6e91c26a0f16a0e4bfd3ed436f27e470b5db7307 /create.c | |
parent | a5f3d62017a8e705016d0083a24837d6a56f178d (diff) |
Added cancelation of/from non-POSIX threads; minor fixes; minor changes.snap-2003-09-03
Diffstat (limited to 'create.c')
-rw-r--r-- | create.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ pthread_create (pthread_t * tid, pthread_t thread; HANDLE threadH = 0; int result = EAGAIN; - int run = TRUE; + int run = PTW32_TRUE; ThreadParms *parms = NULL; long stackSize; |