Changeset 35b7d86e in mainline for uspace/lib/c/include/vfs/vfs.h
- Timestamp:
- 2017-03-13T20:33:06Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ffedd8
- Parents:
- ea56098
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vfs/vfs.h
rea56098 r35b7d86e 42 42 #include <stdio.h> 43 43 #include <async.h> 44 #include "vfs_mtab.h"45 46 44 47 45 enum vfs_change_state_type { 48 46 VFS_PASS_HANDLE 49 47 }; 50 51 48 52 49 extern char *vfs_absolutize(const char *, size_t *);
Note:
See TracChangeset
for help on using the changeset viewer.