Changeset 670 for trunk/kernel/syscalls/shared_include/shared_stat.h
- Timestamp:
- Nov 19, 2020, 11:45:52 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/syscalls/shared_include/shared_stat.h
r611 r670 28 28 * This structure define the informations associated to a file descriptor, 29 29 * returned to user space by the stat() syscall. 30 * 31 * The st_mode field contains informations on both access rights and file types. 32 * - access rights (defined by the inode <rights> field) are stored in st_mode[15:0] 33 * - file types (defined by the inode <type> field) are stored in st_mode[19:16] 30 34 *****************************************************************************************/ 31 35 … … 45 49 46 50 /****************************************************************************************** 47 * The st_mode field contains informations on both access rights and file types.48 * - access rights (defined by the inode <rights> field) are stored in st_mode[15:0]49 * - file types (defined by the inode <type> field) are stored in st_mode[19:16]50 51 * The following macros can be used to extract file type information. 51 52 *
Note: See TracChangeset
for help on using the changeset viewer.