summaryrefslogtreecommitdiff
path: root/ext/Time
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>2001-07-10 08:29:45 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-11 00:33:27 +0000
commit370ac789765cd9c8d2399f3ee8dfcfc2cb16f281 (patch)
tree515ce371aee43779249eb635a3b6232a001596fc /ext/Time
parentd7f976323338cab013e8db06a1f8dfebaaa85ac1 (diff)
downloadperl-370ac789765cd9c8d2399f3ee8dfcfc2cb16f281.tar.gz
dynixptx updates for osvers='4.5.2'
Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> p4raw-id: //depot/perl@11270
Diffstat (limited to 'ext/Time')
-rw-r--r--ext/Time/HiRes/hints/dynixptx.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/Time/HiRes/hints/dynixptx.pl b/ext/Time/HiRes/hints/dynixptx.pl
new file mode 100644
index 0000000000..0a1e5db38f
--- /dev/null
+++ b/ext/Time/HiRes/hints/dynixptx.pl
@@ -0,0 +1,5 @@
+# uname -v
+# V4.5.2
+# needs to explicitly link against libc to pull in usleep
+$self->{LIBS} = ['-lc'];
+