summaryrefslogtreecommitdiff
path: root/vos/vosish.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-29 17:24:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-29 17:24:24 +0000
commit868439a2074634b8a6b275c09fc33f20e42dd622 (patch)
treeb1baa1bb0c2081541c5667665914d8eccaec78e9 /vos/vosish.h
parent7207e29d564e32c8ec2cb43eabae72ff68c02442 (diff)
downloadperl-868439a2074634b8a6b275c09fc33f20e42dd622.tar.gz
VOS tweaks from Paul Green.
The Configure tweaks: the _exe needs to be set after the init; VOS has fd 3 hardwired to /dev/tty; the grep/ln/make substitutions really need to stick. p4raw-id: //depot/perl@13932
Diffstat (limited to 'vos/vosish.h')
-rw-r--r--vos/vosish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vos/vosish.h b/vos/vosish.h
index d600065698..86982139fd 100644
--- a/vos/vosish.h
+++ b/vos/vosish.h
@@ -1 +1,4 @@
#include "unixish.h"
+
+/* The following declaration is an avoidance for posix-950. */
+extern int ioctl (int fd, int request, ...);