aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.mips
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2006-05-08 19:23:37 +0000
committerDaniel Jacobowitz <dan@codesourcery.com>2006-05-08 19:23:37 +0000
commitdab7578866433bdf07ccf6ccab8e04b33e67c547 (patch)
treeb08dc87a6b0e845c9f418b51bad0c1c88905a770 /ChangeLog.mips
parent19723bddeda726ca40251bfa6491ee71976d2fd5 (diff)
downloadglibc-dab7578866433bdf07ccf6ccab8e04b33e67c547.tar
glibc-dab7578866433bdf07ccf6ccab8e04b33e67c547.tar.gz
glibc-dab7578866433bdf07ccf6ccab8e04b33e67c547.tar.bz2
glibc-dab7578866433bdf07ccf6ccab8e04b33e67c547.zip
* 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.
Diffstat (limited to 'ChangeLog.mips')
-rw-r--r--ChangeLog.mips12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.mips b/ChangeLog.mips
index ba1442102d..7106b9da17 100644
--- a/ChangeLog.mips
+++ b/ChangeLog.mips
@@ -1,5 +1,17 @@
2006-05-08 Richard Sandiford <richard@codesourcery.com>
+ * 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.
+
+2006-05-08 Richard Sandiford <richard@codesourcery.com>
+
* sysdeps/mips/ldsodefs.h: New file.
* sysdeps/mips/tst-audit.h: New file.