Changeset 67e881c in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-03-30T20:59:36Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a56cef9
- Parents:
- 79ea5af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
r79ea5af r67e881c 90 90 extern int vfs_root(void); 91 91 extern void vfs_root_set(int); 92 extern int vfs_resize(int, aoff64_t); 92 93 extern int vfs_stat(int, struct stat *); 93 94 extern int vfs_stat_path(const char *, struct stat *);
Note:
See TracChangeset
for help on using the changeset viewer.