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>2002-06-10 21:08:09 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-10 21:08:09 +0400
commitfe4283af7ad3e47321d9a7b725c343629dc7d90f (patch)
treec3a72003d0f6575c487c99b0af56048e51683656 /winsup/cygwin/wincap.h
parent3d78e129b748bf686e606a64c0f44ece110f4c48 (diff)
* dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before running
global ctors. * wincap.h (wincap): Eliminate constructor. Default is to zero memory, anyway. * wincap.cc (wincap): Copy this on fork to avoid initialization in forked processes.
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r--winsup/cygwin/wincap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h
index 9c6086dec..fbf36a5b9 100644
--- a/winsup/cygwin/wincap.h
+++ b/winsup/cygwin/wincap.h
@@ -56,7 +56,6 @@ class wincapc
void *caps;
public:
- wincapc (): caps (NULL) {}
void init ();
void set_chunksize (DWORD nchunksize);