diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-07 18:22:05 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-07 18:22:05 +0000 |
commit | 5ea987eadef4c2cc50adc6fa114e4e9099dc94e6 (patch) | |
tree | 6e03aa039b92f54e9a8b7c5acd20ddab9b9de15c /lib/ChangeLog | |
parent | c25ad39393734a7cfd94120b831ce94ff7f3ae15 (diff) | |
download | coreutils-5ea987eadef4c2cc50adc6fa114e4e9099dc94e6.tar.xz |
* lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
porting problem reported by Georg Schwarz in
<http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
* m4/stat-time.m4 (gl_STAT_TIME): Likewise.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 87200440a..84e452894 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2005-12-07 Paul Eggert <eggert@cs.ucla.edu> + + * stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for + TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3 + porting problem reported by Georg Schwarz in + <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>. + 2005-12-04 Jim Meyering <jim@meyering.net> * openat-priv.h (EXPECTED_ERRNO): Add ENOSYS, for Solaris 8. |