summaryrefslogtreecommitdiff
path: root/ACE/ace/OS_NS_Thread.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2015-02-27 12:36:39 -0500
committerSteve Huston <shuston@riverace.com>2015-02-27 12:36:39 -0500
commitcfb236999fd9316695422e84b1d5e1dcd6cf19e5 (patch)
tree34e7bb6d89c942edb0ffad9d670f72066e06dca4 /ACE/ace/OS_NS_Thread.h
parent35bd40132ca21673ddb4d42fbe2de22653ccf075 (diff)
downloadATCD-cfb236999fd9316695422e84b1d5e1dcd6cf19e5.tar.gz
Adjustments for type and value changes made at VxWorks 6.9.
Diffstat (limited to 'ACE/ace/OS_NS_Thread.h')
-rw-r--r--ACE/ace/OS_NS_Thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h
index f3176c82396..ce79d69198d 100644
--- a/ACE/ace/OS_NS_Thread.h
+++ b/ACE/ace/OS_NS_Thread.h
@@ -229,8 +229,8 @@ typedef struct
char *name_;
} ACE_sema_t;
# endif /* !ACE_HAS_POSIX_SEM */
-typedef TASK_ID ACE_thread_t;
-typedef TASK_ID ACE_hthread_t;
+typedef ACE_VX_TASK_ID ACE_thread_t;
+typedef ACE_VX_TASK_ID ACE_hthread_t;
// Key type: the ACE TSS emulation requires the key type be unsigned,
// for efficiency. (Current POSIX and Solaris TSS implementations also
// use u_int, so the ACE TSS emulation is compatible with them.)