Changeset eca9fd0 in mainline for uspace/lib/c/include/vfs/vfs.h


Ignore:
Timestamp:
2017-03-07T17:00:09Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
48178b56
Parents:
930f5c3
git-author:
Jiri Zarevucky <zarevucky.jiri@…> (2017-03-07 17:00:09)
git-committer:
Jakub Jermar <jakub@…> (2017-03-07 17:00:09)
Message:

Cherry-pick changes from lp:~zarevucky-jiri/helenos/vfs-2.5/ revision 1928

Modifications:

vfs_lookup() instead of vcl_lookup()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vfs/vfs.h

    r930f5c3 reca9fd0  
    6565extern int _vfs_walk(int parent, const char *path, int flags);
    6666extern int _vfs_open(int file, int mode);
     67extern int vfs_lookup(const char *path);
    6768
    6869extern int vfs_pass_handle(async_exch_t *vfs_exch, int file, async_exch_t *exch);
Note: See TracChangeset for help on using the changeset viewer.