mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 23:32:26 -04:00
(touch): Add comment.
This commit is contained in:
@@ -175,6 +175,10 @@ touch (char *file)
|
||||
{
|
||||
struct utimbuf utb;
|
||||
|
||||
/* There's currently no interface to set file timestamps with
|
||||
better than 1-second resolution, so discard any fractional
|
||||
part of the source timestamp. */
|
||||
|
||||
if (use_ref)
|
||||
{
|
||||
utb.actime = ref_stats.st_atime;
|
||||
|
||||
Reference in New Issue
Block a user