summaryrefslogtreecommitdiff
path: root/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'stat.h')
-rw-r--r--stat.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/stat.h b/stat.h
index caf0416..57a018c 100644
--- a/stat.h
+++ b/stat.h
@@ -1,7 +1,7 @@
struct stat {
- int st_dev;
- uint st_ino;
- short st_type;
- short st_nlink;
- uint st_size;
+ int dev;
+ uint ino;
+ short type;
+ short nlink;
+ uint size;
};