From a60f1f651d60e48cc4f4a8e477c5b7813d24418d Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Tue, 8 Jun 2004 02:22:42 +0000 Subject: AIX port --- cpp/src/IceSSL/OpenSSLPluginI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp') diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp index 0d31dfda592..8f8fe00174a 100644 --- a/cpp/src/IceSSL/OpenSSLPluginI.cpp +++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp @@ -151,9 +151,9 @@ idFunction() // On FreeBSD, pthread_t is a pointer to a per-thread structure // return reinterpret_cast(pthread_self()); -#elif (defined(__linux) || defined(__sun) || defined(__hpux)) +#elif (defined(__linux) || defined(__sun) || defined(__hpux)) || defined(_AIX) // - // On Linux, Solaris and HP-UX, pthread_t is an integer + // On Linux, Solaris, HP-UX and AIX, pthread_t is an integer // return static_cast(pthread_self()); #else -- cgit v1.2.3