* sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 May 2006 19:23:37 +0000 (19:23 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 8 May 2006 19:23:37 +0000 (19:23 +0000)
commitdab7578866433bdf07ccf6ccab8e04b33e67c547
treeb08dc87a6b0e845c9f418b51bad0c1c88905a770
parent19723bddeda726ca40251bfa6491ee71976d2fd5
* sysdeps/unix/sysv/linux/mips/bits/stat.h (struct stat): Add
st_atim, st_mtim and st_ctim interface.
(struct stat64): Likewise.
* sysdeps/unix/sysv/linux/mips/kernel_stat.h (struct kernel_stat):
Replace st_atime and its padding field with st_atim.  Likewise
st_mtime/st_mtim and st_ctime/st_ctim.
* sysdeps/unix/sysv/linux/mips/xstatconv.c (__xstat_conv): Update
after above changes.
(__xstat64_conv): Likewise.
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/stat.h
sysdeps/unix/sysv/linux/mips/kernel_stat.h
sysdeps/unix/sysv/linux/mips/xstatconv.c