aboutsummaryrefslogtreecommitdiffstats
path: root/vcl-ldpreload/src/libvcl-ldpreload/vcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl-ldpreload/src/libvcl-ldpreload/vcom.h')
-rw-r--r--vcl-ldpreload/src/libvcl-ldpreload/vcom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/vcl-ldpreload/src/libvcl-ldpreload/vcom.h b/vcl-ldpreload/src/libvcl-ldpreload/vcom.h
index d751fe1..1706c0e 100644
--- a/vcl-ldpreload/src/libvcl-ldpreload/vcom.h
+++ b/vcl-ldpreload/src/libvcl-ldpreload/vcom.h
@@ -44,6 +44,10 @@ extern ssize_t __wur vcom_read (int __fd, void *__buf, size_t __nbytes);
extern ssize_t __wur vcom_write (int __fd, const void *__buf, size_t __n);
+extern ssize_t __wur vcom_readv (int __fd, const struct iovec * __iov, int __iovcnt);
+
+extern ssize_t __wur vcom_writev (int __fd, const struct iovec * __iov, int __iovcnt);
+
/*
* vpp implementation of glibc APIs from <fcntl.h>
*/