diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-29 17:24:24 +0000 |
commit | 868439a2074634b8a6b275c09fc33f20e42dd622 (patch) | |
tree | b1baa1bb0c2081541c5667665914d8eccaec78e9 /vos/vosish.h | |
parent | 7207e29d564e32c8ec2cb43eabae72ff68c02442 (diff) | |
download | perl-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.h | 3 |
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, ...); |