From fe4283af7ad3e47321d9a7b725c343629dc7d90f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 10 Jun 2002 17:08:09 +0000 Subject: * 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. --- winsup/cygwin/wincap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/wincap.h') 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); -- cgit v1.2.3