forked from libuv/libuv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: use oldest ctime,atime,mtime as birthtime
When the operating system does not support birthtime for stat, previously behaviour was to use the ctime (last changed) time instead. This change instead enforces that uv_fs_stat will use the oldest available time (of ctime, atime, and mtime) rather than arbitrarily picking ctime. Fixes: nodejs/node#2222
- Loading branch information
1 parent
939ea06
commit c1b0d4b
Showing
3 changed files
with
97 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters