From: Paul Green Date: Tue, 1 Apr 2003 12:37:38 +0000 (-0500) Subject: [patch] fix HiRes.t failures on Stratus VOS X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b78f6729f182484e2ef54fb7af30d24d99373338;p=p5sagit%2Fp5-mst-13.2.git [patch] fix HiRes.t failures on Stratus VOS From: "Green, Paul" Message-ID: p4raw-id: //depot/perl@19124 --- 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" +