From fc1ed154de9c58ad2d6ab2a6a9866c4bc50fb21a Mon Sep 17 00:00:00 2001 From: Manuel Teira Paz Date: Thu, 5 Mar 2009 16:00:31 +0000 Subject: Define the QPID_TSS macro for the Sun Studio Compilers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@750483 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Thread.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src') diff --git a/cpp/src/qpid/sys/Thread.h b/cpp/src/qpid/sys/Thread.h index e2b904aa1a..1531f9619c 100644 --- a/cpp/src/qpid/sys/Thread.h +++ b/cpp/src/qpid/sys/Thread.h @@ -27,6 +27,8 @@ # define QPID_TSS __declspec(thread) #elif defined (__GNUC__) # define QPID_TSS __thread +#elif defined (__SUNPRO_CC) +# define QPID_TSS __thread #else # error "Dont know how to define QPID_TSS for this platform" #endif -- cgit v1.2.1