Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-03-06 19:29:40 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-03-06 19:29:40 +0300
commit7113f5da75cdc2a2cc4a2ee7341cd8f2717ec697 (patch)
tree83dfbe2d3bfc2206c646ec18457733913332e26c /winsup/cygwin/fhandler.h
parent74652ce13eb9f1301a3515384af272da6dd76633 (diff)
Add accidentally missing checkins.
* fhandler.h (fhandler_base::fstat_helper): Add creation time parameter. * glob.cc (stat32_to_stat64): Set st_birthtim to st_mtim.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 34b6680c3..839fc4b05 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -268,6 +268,7 @@ class fhandler_base
FILETIME ftChangeTime,
FILETIME ftLastAccessTime,
FILETIME ftLastWriteTime,
+ FILETIME ftCreationTime,
DWORD dwVolumeSerialNumber,
ULONGLONG nFileSize,
LONGLONG nAllocSize,