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/sync.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/sync.h')
-rw-r--r--winsup/cygwin/sync.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/sync.h b/winsup/cygwin/sync.h
index 13fa33caf..441892a08 100644
--- a/winsup/cygwin/sync.h
+++ b/winsup/cygwin/sync.h
@@ -28,7 +28,6 @@ public:
void *tls; /* Tls of lock owner. */
// class muto *next;
- muto *initforce (const char *s) {name = NULL; return init (s);}
/* The real constructor. */
muto *init (const char *) __attribute__ ((regparm (2)));