diff options
author | Paul Green <Paul.Green@stratus.com> | 2011-11-04 15:19:28 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-04 13:25:44 -0700 |
commit | 05954a8b9f14e33d62acd061f4cdda5f0cfd0ec0 (patch) | |
tree | b217104335f3b41c0724f16d19b35050183fd5db /vos/vosish.h | |
parent | f0d0a205cc02c769ca48d6df00f3eea304ff91d8 (diff) | |
download | perl-05954a8b9f14e33d62acd061f4cdda5f0cfd0ec0.tar.gz |
Build perl using the dynamic linking capabilities of OpenVOS Release 17.1. Remove private copies of some POSIX functions that are now implemented by OpenVOS.
Diffstat (limited to 'vos/vosish.h')
-rw-r--r-- | vos/vosish.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vos/vosish.h b/vos/vosish.h index c9e37654e0..36b3b410a4 100644 --- a/vos/vosish.h +++ b/vos/vosish.h @@ -8,11 +8,5 @@ is a work-around for posix-1302. */ #undef SA_SIGINFO -/* The following declaration is an avoidance for posix-950. */ -extern int ioctl (int fd, int request, ...); - /* Specify a prototype for truncate() since we are supplying one. */ extern int truncate (const char *path, off_t len); - -/* Specify a prototype for socketpair() since we supplying one. */ -extern int socketpair (int family, int type, int protocol, int fd[2]); |