Changes in uspace/lib/c/include/sys/stat.h [991f645:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/stat.h
r991f645 r63f8966 43 43 struct stat { 44 44 fs_handle_t fs_handle; 45 dev map_handle_t devmap_handle;45 dev_handle_t dev_handle; 46 46 fs_index_t index; 47 47 unsigned int lnkcnt; … … 49 49 bool is_directory; 50 50 aoff64_t size; 51 dev map_handle_t device;51 dev_handle_t device; 52 52 }; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.