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:
authorChristopher Faylor <me@cgf.cx>2011-03-24 00:33:36 +0300
committerChristopher Faylor <me@cgf.cx>2011-03-24 00:33:36 +0300
commit50160412b0da3be0a7294878aaab444c491687ff (patch)
treec1972a52c55a06706e41ccf5d1a12204421ec74f
parentfff06fa206ec512022e36067127cf6b2fb032508 (diff)
* wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/wincap.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 39dd7b8a3..42afee66b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
+ * wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.
+
+2011-03-23 Christopher Faylor <me.cygwin2011@cgf.cx>
+
* autoload.cc (dll_load): Change error message to make it clear if a
newer DLL is being run.
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index ee790eb63..cc9cb0258 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -319,7 +319,7 @@ wincaps wincap_2003 __attribute__((section (".cygwin_dll_common"), shared)) = {
has_buggy_thread_startup:false,
has_fast_cwd:false,
has_restricted_raw_disk_access:false,
- use_dont_resolve_hack:false,
+ use_dont_resolve_hack:true,
use_get_sec_info_on_dirs:true,
supports_sse:true,
};