Skip to content

Commit 21c742e

Browse files
StarOne01nickdesaulniers
authored andcommitted
Add macros st_atime, st_ctime, st_mtime, UTIME_NOW, and UTIME_OMIT in sys/stat.yaml
1 parent a9b32e1 commit 21c742e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libc/utils/docgen/sys/stat.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ macros:
1515
in-latest-posix: ''
1616
S_IFSOCK:
1717
in-latest-posix: ''
18+
st_atime:
19+
in-latest-posix: ''
20+
st_ctime:
21+
in-latest-posix: ''
22+
st_mtime:
23+
in-latest-posix: ''
24+
UTIME_NOW:
25+
in-latest-posix: ''
26+
UTIME_OMIT:
27+
in-latest-posix: ''
1828

1929
S_IRWXU:
2030
in-latest-posix: ''

0 commit comments

Comments
 (0)