diff options
author | Paul Green <Paul.Green@stratus.com> | 2002-01-11 12:30:37 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-12 06:10:52 +0000 |
commit | cf346138d65ead98b6b0db39f170b648fd861ca2 (patch) | |
tree | f2697dd148e8a82f9d855778498054430fd94074 /hints/vos.sh | |
parent | 2371fea9e14a724e668c4f56ab57c9078e9bdee5 (diff) | |
download | perl-cf346138d65ead98b6b0db39f170b648fd861ca2.tar.gz |
More fixes for Stratus VOS
Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
p4raw-id: //depot/perl@14212
Diffstat (limited to 'hints/vos.sh')
-rw-r--r-- | hints/vos.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 52523be46e..f4e97003b6 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -71,3 +71,6 @@ pager="/system/gnu_library/bin/cat.pm" # VOS has a bug that causes _exit() to flush all files. # This confuses the tests. Make 'em happy here. fflushNULL=define + +# VOS has a link() function but it is a dummy. +d_link="undef" |