summaryrefslogtreecommitdiff
path: root/vos/vosish.h
diff options
context:
space:
mode:
authorPaul Green <Paul.Green@stratus.com>2002-03-28 02:46:00 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-28 13:47:14 +0000
commita5f25d7aeb90fd429ad81529bb602f402d5f9724 (patch)
tree378c53bb9463aa9c9a15e5459c90bb41b3adc7d2 /vos/vosish.h
parentbc45ce41590a23464acf3b62efacccf60e155a7c (diff)
downloadperl-a5f25d7aeb90fd429ad81529bb602f402d5f9724.tar.gz
Neuter socketpair on Stratus VOS
Message-Id: <200203281246.HAA14426@mailhub1.stratus.com> p4raw-id: //depot/perl@15582
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 5befc6586a..dfddd31fd7 100644
--- a/vos/vosish.h
+++ b/vos/vosish.h
@@ -9,3 +9,6 @@ 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]);