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>2000-03-18 09:33:33 +0300
committerChristopher Faylor <me@cgf.cx>2000-03-18 09:33:33 +0300
commit073519645b536cab26e4e823f388945357ef5505 (patch)
tree0914ac27ef1fdfd4efca28c94916fc5275fe3c68 /winsup/cygwin/dcrt0.cc
parent87b82db4e7b0585f50fd11671e43e0e3b6be2ad9 (diff)
* dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from shared
constant.
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 3ef42ee07..b9e2225d9 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -161,7 +161,7 @@ host_dependent_constants::init (void)
{
case winNT:
win32_upper = 0xffffffff;
- shared = FILE_SHARE_READ | FILE_SHARE_WRITE | FILE_SHARE_DELETE;
+ shared = FILE_SHARE_READ | FILE_SHARE_WRITE;
break;
case win98: