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>2006-10-23 19:13:55 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-10-23 19:13:55 +0400
commit7a229db6544c207fda7a3cf535da96dda6954f8e (patch)
treeb3d9bcd0c8749fce844324809e2a185ed733c6eb /winsup/cygwin/wincap.h
parentfc545fe9333fc89c691bf45b938e50f511365829 (diff)
* fhandler_disk_file.cc (fhandler_disk_file::rewinddir): Accomodate
buggy RestartScan behaviour of Windows 2000. * wincap.h: Define has_buggy_restart_scan throughout. * wincap.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r--winsup/cygwin/wincap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h
index d4edfd3da..0f1b95a15 100644
--- a/winsup/cygwin/wincap.h
+++ b/winsup/cygwin/wincap.h
@@ -67,6 +67,7 @@ struct wincaps
unsigned has_disabled_user_tos_setting : 1;
unsigned has_fileid_dirinfo : 1;
unsigned has_exclusiveaddruse : 1;
+ unsigned has_buggy_restart_scan : 1;
};
class wincapc
@@ -140,6 +141,7 @@ public:
bool IMPLEMENT (has_disabled_user_tos_setting)
bool IMPLEMENT (has_fileid_dirinfo)
bool IMPLEMENT (has_exclusiveaddruse)
+ bool IMPLEMENT (has_buggy_restart_scan)
#undef IMPLEMENT
};