From 098b5aa525738b909ba9bca915cc53c8a5573c20 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sun, 15 Jan 2023 13:53:46 +0100 Subject: Update FIFO_Test.cpp --- ACE/tests/FIFO_Test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1