summaryrefslogtreecommitdiff
path: root/arch/m68k/bits/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/bits/stat.h')
-rw-r--r--arch/m68k/bits/stat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/m68k/bits/stat.h b/arch/m68k/bits/stat.h
index 0f7b66a1..f8768147 100644
--- a/arch/m68k/bits/stat.h
+++ b/arch/m68k/bits/stat.h
@@ -14,8 +14,12 @@ struct stat {
off_t st_size;
blksize_t st_blksize;
blkcnt_t st_blocks;
+ struct {
+ long tv_sec;
+ long tv_nsec;
+ } __st_atim32, __st_mtim32, __st_ctim32;
+ ino_t st_ino;
struct timespec st_atim;
struct timespec st_mtim;
struct timespec st_ctim;
- ino_t st_ino;
};