Skip to content

Commit 868fa15

Browse files
authored
1 parent 289a0a8 commit 868fa15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

legacy/preview1/witx/typenames.witx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,10 +476,16 @@
476476
;;; For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link.
477477
(field $size $filesize)
478478
;;; Last data access timestamp.
479+
;;; This can be 0 if the underlying platform doesn't provide suitable
480+
;;; timestamp for this file.
479481
(field $atim $timestamp)
480482
;;; Last data modification timestamp.
483+
;;; This can be 0 if the underlying platform doesn't provide suitable
484+
;;; timestamp for this file.
481485
(field $mtim $timestamp)
482486
;;; Last file status change timestamp.
487+
;;; This can be 0 if the underlying platform doesn't provide suitable
488+
;;; timestamp for this file.
483489
(field $ctim $timestamp)
484490
)
485491
)

0 commit comments

Comments
 (0)