diff options
| author | Miles Bader <miles@lsi.nec.co.jp> | 2002-11-26 05:19:51 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-11-26 05:19:51 -0800 |
| commit | cbf1e86babf80a4e3f966fbd8bac910808976069 (patch) | |
| tree | 3e2099769bec075443e966c55d19541da4871fbc /include | |
| parent | 2e2129f565dcafad37d11905636f08e2282d2323 (diff) | |
[PATCH] Add v850 nanosecond stat fields
Add v850 nanosecond stat fields
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-v850/stat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-v850/stat.h b/include/asm-v850/stat.h index d13c7933ed5c..d24fc920a1a1 100644 --- a/include/asm-v850/stat.h +++ b/include/asm-v850/stat.h @@ -46,13 +46,13 @@ struct stat64 { unsigned long __unused4; /* future possible st_blocks high bits */ unsigned long st_atime; - unsigned long __unused5; + unsigned long st_atime_nsec; unsigned long st_mtime; - unsigned long __unused6; + unsigned long st_mtime_nsec; unsigned long st_ctime; - unsigned long __unused7; /* high 32 bits of ctime someday */ + unsigned long st_ctime_nsec; unsigned long __unused8; }; |
