summaryrefslogtreecommitdiff
path: root/vos/vosish.h
diff options
context:
space:
mode:
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]);