Changeset b5b5d84 in mainline for uspace/lib/fs/libfs.c
- Timestamp:
- 2017-03-30T18:58:28Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 23a0368
- Parents:
- fe91f66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.c
rfe91f66 rb5b5d84 45 45 #include <str.h> 46 46 #include <sys/stat.h> 47 #include <sys/statfs.h>48 47 #include <stdlib.h> 49 48 #include <fibril_synch.h> 50 49 #include <ipc/vfs.h> 50 #include <vfs/vfs.h> 51 51 52 52 #define on_error(rc, action) \
Note:
See TracChangeset
for help on using the changeset viewer.