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>2005-04-05 10:04:57 +0400
committerChristopher Faylor <me@cgf.cx>2005-04-05 10:04:57 +0400
commit2f1086cbca7510a3adc9a55bf898961416729ad4 (patch)
tree399b88fefc02ce26e64f300fa6bff7573af4e478 /winsup/cygwin/pwdgrp.h
parentf45c299dbe093359db1f9bf4e06daa5129a17f16 (diff)
* sync.h (muto::initforce): Delete flawed implementation.
* pwdgrp.h (pwdgrp::pglock): Make static. * grp.cc (pwdgrp::pwdgrp): Eliminate use of initforce.
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r--winsup/cygwin/pwdgrp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h
index 53899e87d..94631c5e6 100644
--- a/winsup/cygwin/pwdgrp.h
+++ b/winsup/cygwin/pwdgrp.h
@@ -39,7 +39,7 @@ class pwdgrp
char *buf, *lptr;
int max_lines;
bool initialized;
- muto pglock;
+ static muto pglock;
bool parse_passwd ();
bool parse_group ();