From b78f6729f182484e2ef54fb7af30d24d99373338 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Tue, 1 Apr 2003 07:37:38 -0500 Subject: [PATCH] [patch] fix HiRes.t failures on Stratus VOS From: "Green, Paul" Message-ID: p4raw-id: //depot/perl@19124 --- hints/vos.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hints/vos.sh b/hints/vos.sh index 62510ee..7cd1c72 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -143,3 +143,7 @@ fi $rm -f t001$_o t001$_exe t001.kp EOCBU + +# VOS has a nanosleep() function but it is a dummy. +d_nanosleep="undef" + -- 2.7.4