diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-11-23 07:10:27 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-11-23 07:10:27 -0800 |
commit | e3611aefb4961dbd51ba6ef673cd9ba4a9b33bc8 (patch) | |
tree | 6dffce646e1a867a387ea54f4257a9f06d31fae0 /ChangeLog | |
parent | 351fe9477007a45df62eaafe7ae8adc5cd1d0e0e (diff) | |
download | glibc-e3611aefb4961dbd51ba6ef673cd9ba4a9b33bc8.tar.gz glibc-e3611aefb4961dbd51ba6ef673cd9ba4a9b33bc8.tar.xz glibc-e3611aefb4961dbd51ba6ef673cd9ba4a9b33bc8.zip |
Use struct timespec for timestamps in struct stat also if __USE_XOPEN2K8.
POSIX.1-2008 made stat.st_[acm]tim mandatory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 337af672f6..3d22169a7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-11-23 Andreas Schwab <schwab@redhat.com> + + * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Use struct timespec + for timestamps also if __USE_XOPEN2K8. + * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise. + * sysdeps/unix/sysv/linux/bits/stat.h: Likewise. + 2009-11-22 Ulrich Drepper <drepper@redhat.com> * nscd/connections.c (restart): Try harder to re-exec. |