summaryrefslogtreecommitdiff
path: root/hints/vos.sh
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-01-11 12:30:37 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2002-01-12 06:10:52 +0000
commitcf346138d65ead98b6b0db39f170b648fd861ca2 (patch)
treef2697dd148e8a82f9d855778498054430fd94074 /hints/vos.sh
parent2371fea9e14a724e668c4f56ab57c9078e9bdee5 (diff)
downloadperl-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.sh3
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"