commit | 9e0f15010e09951d02d76d618e055cb118e7d29b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Tue Nov 23 00:15:19 2010 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Tue Nov 23 00:15:19 2010 +0100 |
tree | 5850d46d5f074c43869028ba3d929513737789ee | |
parent | 26777aa1c659b229f07205291241e45e64712a72 [diff] |
date :add a comment about older toolchains Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/date.c b/coreutils/date.c index a804075..d70957c 100644 --- a/coreutils/date.c +++ b/coreutils/date.c
@@ -250,6 +250,7 @@ ts.tv_sec = statbuf.st_mtime; #if ENABLE_FEATURE_DATE_NANO ts.tv_nsec = statbuf.st_mtim.tv_nsec; + /* some toolchains use .st_mtimensec instead of st_mtim.tv_nsec */ #endif } else { #if ENABLE_FEATURE_DATE_NANO