-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-linuxOperating system: LinuxOperating system: LinuxT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
First of all, it now returns an Err with "not available on this platform currently".
But I found that there is a system call statx available in Linux kernel 4.11, which can get the birth time.
As the doc, the function uses stat on Unix platforms. But the stat result just never contains birthtime.
Shouldn't it try statx when available?
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.O-linuxOperating system: LinuxOperating system: LinuxT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.