(touch): Add comment.

This commit is contained in:
Jim Meyering
1998-08-02 16:22:43 +00:00
parent a607901e48
commit 6e1306ba8b
+4
View File
@@ -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;