diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-01 05:56:14 +0000 |
commit | 0696b3f901e6e39faf5cf61e99d88d9434ebaf79 (patch) | |
tree | cd63ba8617858e7e875adbefd384bfdb93d1cfc9 /hints | |
parent | 046e3f33bfc965c84e96ed0ef0ba38b777cb38bf (diff) | |
download | perl-0696b3f901e6e39faf5cf61e99d88d9434ebaf79.tar.gz |
More nanosleep removal.
p4raw-id: //depot/perl@19899
Diffstat (limited to 'hints')
-rw-r--r-- | hints/vos.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 7cd1c72e51..1ba8731049 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -144,6 +144,4 @@ fi $rm -f t001$_o t001$_exe t001.kp EOCBU -# VOS has a nanosleep() function but it is a dummy. -d_nanosleep="undef" |