Commit cbf1e86b authored by Miles Bader's avatar Miles Bader Committed by Linus Torvalds

[PATCH] Add v850 nanosecond stat fields

Add v850 nanosecond stat fields
parent 2e2129f5
...@@ -46,13 +46,13 @@ struct stat64 { ...@@ -46,13 +46,13 @@ struct stat64 {
unsigned long __unused4; /* future possible st_blocks high bits */ unsigned long __unused4; /* future possible st_blocks high bits */
unsigned long st_atime; unsigned long st_atime;
unsigned long __unused5; unsigned long st_atime_nsec;
unsigned long st_mtime; unsigned long st_mtime;
unsigned long __unused6; unsigned long st_mtime_nsec;
unsigned long st_ctime; unsigned long st_ctime;
unsigned long __unused7; /* high 32 bits of ctime someday */ unsigned long st_ctime_nsec;
unsigned long __unused8; unsigned long __unused8;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment