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 18bd0ad14c4..95e8e782890 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);
-#if defined(_WIN32) || defined(__sun) || defined(__hppa) || defined(__aix)
+#if defined(_WIN32) || defined(__sun) || defined(__hppa) || defined(_AIX)
//
// This is required to unblock the select call when using thread per connection.
//