Changeset 79ea5af in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-03-30T20:47:53Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 67e881c
- Parents:
- ae7bfbbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
rae7bfbbd r79ea5af 94 94 extern int vfs_statfs(int, struct statfs *); 95 95 extern int vfs_statfs_path(const char *, struct statfs *); 96 extern int vfs_unlink(int, const char *, int); 97 extern int vfs_unlink_path(const char *); 96 98 97 99 int vfs_mount(int, const char *, service_id_t, const char *, unsigned, unsigned, int *);
Note:
See TracChangeset
for help on using the changeset viewer.