summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Ice/UdpTransceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.cpp b/cpp/src/Ice/UdpTransceiver.cpp
index 53ca5127097..18bd0ad14c4 100644
--- a/cpp/src/Ice/UdpTransceiver.cpp
+++ b/cpp/src/Ice/UdpTransceiver.cpp
@@ -66,7 +66,7 @@ IceInternal::UdpTransceiver::shutdownReadWrite()
assert(_fd != INVALID_SOCKET);
shutdownSocketReadWrite(_fd);
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__sun) || defined(__hppa) || defined(__aix)
//
// This is required to unblock the select call when using thread per connection.
//