-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add daily rebase of Cygwin to
rebase.yml
- Loading branch information
Showing
4 changed files
with
83 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- a/winsup/cygwin/local_includes/ntdll.h | ||
+++ b/winsup/cygwin/local_includes/ntdll.h | ||
@@ -489,26 +489,6 @@ typedef struct _FILE_DISPOSITION_INFORMATION_EX // 64 | ||
ULONG Flags; | ||
} FILE_DISPOSITION_INFORMATION_EX, *PFILE_DISPOSITION_INFORMATION_EX; | ||
|
||
-typedef struct _FILE_STAT_INFORMATION // 68 | ||
-{ | ||
- LARGE_INTEGER FileId; | ||
- LARGE_INTEGER CreationTime; | ||
- LARGE_INTEGER LastAccessTime; | ||
- LARGE_INTEGER LastWriteTime; | ||
- LARGE_INTEGER ChangeTime; | ||
- LARGE_INTEGER AllocationSize; | ||
- LARGE_INTEGER EndOfFile; | ||
- ULONG FileAttributes; | ||
- ULONG ReparseTag; | ||
- ULONG NumberOfLinks; | ||
- ACCESS_MASK EffectiveAccess; | ||
-} FILE_STAT_INFORMATION, *PFILE_STAT_INFORMATION; | ||
- | ||
-typedef struct _FILE_CASE_SENSITIVE_INFORMATION // 71 | ||
-{ | ||
- ULONG Flags; | ||
-} FILE_CASE_SENSITIVE_INFORMATION, *PFILE_CASE_SENSITIVE_INFORMATION; | ||
- | ||
enum { | ||
FILE_LINK_REPLACE_IF_EXISTS = 0x01, | ||
FILE_LINK_POSIX_SEMANTICS = 0x02, |