summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits/stat.h')
-rw-r--r--arch/powerpc/bits/stat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/bits/stat.h b/arch/powerpc/bits/stat.h
index dcb896fd..585d98e9 100644
--- a/arch/powerpc/bits/stat.h
+++ b/arch/powerpc/bits/stat.h
@@ -13,8 +13,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;
+ unsigned __unused[2];
struct timespec st_atim;
struct timespec st_mtim;
struct timespec st_ctim;
- unsigned __unused[2];
};