]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/l4re_vfs/include/backend
update
[l4.git] / l4 / pkg / l4re_vfs / include / backend
index ee449b3634d37dedf27ca97683f07e4bea49a8b8..e728462bedcd86ae3a0bdf5eb0163671a61f7b27 100644 (file)
@@ -74,6 +74,9 @@ public:
   int ioctl(unsigned long, va_list) throw()
   { return -EINVAL; }
 
+  int fstat64(struct stat64 *) const throw()
+  { return -EINVAL; }
+
   /// Default backend for POSIX chmod and fchmod.
   int fchmod(mode_t) throw()
   { return -EINVAL; }