]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re_vfs/include/impl/ns_fs.h
update
[l4.git] / l4 / pkg / l4re_vfs / include / impl / ns_fs.h
index a85592cc494c3268dc164428f1e1b044dad83779..2ab159ccea4c3b893e0ebbdb47fe38c9d8f147cb 100644 (file)
@@ -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,