X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/l4re_vfs/include/impl/ns_fs.h diff --git a/l4/pkg/l4re_vfs/include/impl/ns_fs.h b/l4/pkg/l4re_vfs/include/impl/ns_fs.h index a85592cc4..2ab159cce 100644 --- a/l4/pkg/l4re_vfs/include/impl/ns_fs.h +++ b/l4/pkg/l4re_vfs/include/impl/ns_fs.h @@ -48,6 +48,8 @@ public: ssize_t readv(const struct iovec*, int) throw() { return -EISDIR; } ssize_t writev(const struct iovec*, int) throw() { return -EISDIR; } + ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } + ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } int fstat64(struct stat64 *) const throw(); int faccessat(const char *path, int mode, int flags) throw(); int get_entry(const char *path, int flags, mode_t mode, @@ -73,6 +75,8 @@ public: ssize_t readv(const struct iovec*, int) throw() { return -EISDIR; } ssize_t writev(const struct iovec*, int) throw() { return -EISDIR; } + ssize_t preadv(const struct iovec*, int, off64_t) throw() { return -EISDIR; } + ssize_t pwritev(const struct iovec*, int, off64_t) throw() { return -EISDIR; } int fstat64(struct stat64 *) const throw(); int faccessat(const char *path, int mode, int flags) throw(); int get_entry(const char *path, int flags, mode_t mode,