about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-05-10 15:40:09 -0700
committerRoland McGrath <roland@hack.frob.com>2012-05-10 15:57:28 -0700
commit8e41b99fe1ae60276f8db4211d47ed2b1bacebf2 (patch)
treef2cb0a47de1b7304446470bb6b5961b37cc50a1a /ChangeLog
parent10589b4adb212dfde20670aacfb76aa842f42b92 (diff)
downloadglibc-8e41b99fe1ae60276f8db4211d47ed2b1bacebf2.tar.gz
glibc-8e41b99fe1ae60276f8db4211d47ed2b1bacebf2.tar.xz
glibc-8e41b99fe1ae60276f8db4211d47ed2b1bacebf2.zip
Hurd: struct timespec members in struct stat
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 768fecd874..31c33622f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
 
+	* sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
+	for Linux: use nsec instead of usec, as well as:
+	[__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
+	members of type struct timespec.
+	[__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
+	New macros.
+	(struct stat64): Likewise.
+	(_STATBUF_ST_NSEC): New macro.
+	* sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
+
 	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
 	__strtoul_internal rather than strtoul.