Changeset 55a7fee in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2017-03-19T20:15:55Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3648e184
Parents:
35e81e2
Message:

Streamline vfs_op_fstat()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs.h

    r35e81e2 r55a7fee  
    212212extern int vfs_op_close(int fd);
    213213extern int vfs_op_dup(int oldfd, int newfd);
    214 extern int vfs_op_fstat_forward(int fd);
     214extern int vfs_op_fstat(int fd);
    215215extern int vfs_op_mount(int mpfd, unsigned servid, unsigned flags, unsigned instance, const char *opts, const char *fsname, int *outfd);
    216216extern int vfs_op_mtab_get(void);
Note: See TracChangeset for help on using the changeset viewer.