Change 19124 by [EMAIL PROTECTED] on 2003/04/01 16:52:28
Subject: [patch] fix HiRes.t failures on Stratus VOS
From: "Green, Paul" <[EMAIL PROTECTED]>
Date: Tue, 1 Apr 2003 12:37:38 -0500
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/hints/vos.sh#13 edit
Differences ...
==== //depot/perl/hints/vos.sh#13 (text) ====
Index: perl/hints/vos.sh
--- perl/hints/vos.sh#12~16629~ Thu May 16 06:44:03 2002
+++ perl/hints/vos.sh Tue Apr 1 08:52:28 2003
@@ -143,3 +143,7 @@
$rm -f t001$_o t001$_exe t001.kp
EOCBU
+
+# VOS has a nanosleep() function but it is a dummy.
+d_nanosleep="undef"
+
End of Patch.