summaryrefslogtreecommitdiff
path: root/ACE/tests/FIFO_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/FIFO_Test.cpp')
-rw-r--r--ACE/tests/FIFO_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/FIFO_Test.cpp b/ACE/tests/FIFO_Test.cpp
index f7aa9eb2ca7..94dfaa3f2db 100644
--- a/ACE/tests/FIFO_Test.cpp
+++ b/ACE/tests/FIFO_Test.cpp
@@ -106,7 +106,7 @@ server (void *arg)
// On AIX, select() always seems to select a fifo handle as a normal file,
// always readable. Just wait a second...
-# if defined (AIX) defined (__osf__)
+# if defined (AIX) || defined (__osf__)
ACE_OS::sleep (1);
# endif /* AIX */