summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/uuid/rtl_Uuid.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/uuid/rtl_Uuid.cxx')
-rw-r--r--sal/qa/rtl/uuid/rtl_Uuid.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/rtl/uuid/rtl_Uuid.cxx b/sal/qa/rtl/uuid/rtl_Uuid.cxx
index ccf4588aa..26018ef88 100644
--- a/sal/qa/rtl/uuid/rtl_Uuid.cxx
+++ b/sal/qa/rtl/uuid/rtl_Uuid.cxx
@@ -155,7 +155,7 @@ namespace ThreadHelper
#ifdef WNT //Windows
Sleep(_nSec * 10 );
#endif
-#if ( defined UNX ) || ( defined OS2 ) //Unix
+#if ( defined UNX )
sleep( _nSec );
#endif
}