Ticket #55415: patch-birthtime@Tiger.diff
File patch-birthtime@Tiger.diff, 592 bytes (added by ballapete (Peter "Pete" Dyballa), 7 years ago) |
---|
-
Utilities/cmlibuv/src/unix/fs.
old new 795 795 dst->st_mtim.tv_nsec = src->st_mtimespec.tv_nsec; 796 796 dst->st_ctim.tv_sec = src->st_ctimespec.tv_sec; 797 797 dst->st_ctim.tv_nsec = src->st_ctimespec.tv_nsec; 798 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 798 799 dst->st_birthtim.tv_sec = src->st_birthtimespec.tv_sec; 799 800 dst->st_birthtim.tv_nsec = src->st_birthtimespec.tv_nsec; 801 #endif 800 802 dst->st_flags = src->st_flags; 801 803 dst->st_gen = src->st_gen; 802 804 #elif defined(__ANDROID__)