From 2cc51308d8f58ffb4f581a3db54cfe889961bc71 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Wed, 11 Feb 2015 16:42:51 -0500 Subject: Apply patches sent from Gordon Hulpieu --- ACE/ace/OS_NS_Thread.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ACE/ace/OS_NS_Thread.h') diff --git a/ACE/ace/OS_NS_Thread.h b/ACE/ace/OS_NS_Thread.h index 42a48ee93e0..f3176c82396 100644 --- a/ACE/ace/OS_NS_Thread.h +++ b/ACE/ace/OS_NS_Thread.h @@ -160,6 +160,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL # elif defined (ACE_VXWORKS) # include /**/ // for sysClkRateGet() +# include /**/ # if !defined (__RTP__) # include /**/ # include /**/ @@ -228,8 +229,8 @@ typedef struct char *name_; } ACE_sema_t; # endif /* !ACE_HAS_POSIX_SEM */ -typedef int ACE_thread_t; -typedef int ACE_hthread_t; +typedef TASK_ID ACE_thread_t; +typedef 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.) -- cgit v1.2.1