summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-01-15 13:53:46 +0100
committerGitHub <noreply@github.com>2023-01-15 13:53:46 +0100
commit098b5aa525738b909ba9bca915cc53c8a5573c20 (patch)
treecd7c961105ac0755d016b5252248c975f6efed02
parentb5aeaf20ef9d15d09acb52b4c8ac77762937ae26 (diff)
downloadATCD-098b5aa525738b909ba9bca915cc53c8a5573c20.tar.gz
Update 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 */