diff options
Diffstat (limited to 'stat.h')
-rw-r--r-- | stat.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +struct stat { + int st_dev; + uint st_ino; + short st_type; + short st_nlink; + uint st_size; +}; |
![]() |
index : 135e2/xv6-labs.git |
xv6-labs-2024-winter | 135e2 |