From 7113f5da75cdc2a2cc4a2ee7341cd8f2717ec697 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 6 Mar 2007 16:29:40 +0000 Subject: 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. --- winsup/cygwin/fhandler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/fhandler.h') 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, -- cgit v1.2.3