diff options
author | Paul Green <Paul.Green@stratus.com> | 2003-04-01 07:37:38 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-04-01 16:52:28 +0000 |
commit | b78f6729f182484e2ef54fb7af30d24d99373338 (patch) | |
tree | 4553b92febfe8b13f412c4131e45c271142b5a89 /hints | |
parent | 05404ffef2713f4c61b42355c2a2ce1a95343c33 (diff) | |
download | perl-b78f6729f182484e2ef54fb7af30d24d99373338.tar.gz |
[patch] fix HiRes.t failures on Stratus VOS
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
p4raw-id: //depot/perl@19124
Diffstat (limited to 'hints')
-rw-r--r-- | hints/vos.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 62510ee0d1..7cd1c72e51 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" + |