From 01cf5d0f5d80baf98fcbd1e4ee0a7dc1c4f531b8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 23 Feb 2000 04:07:13 +0000 Subject: Respond to more g++ warnings relating to initializing structures. --- winsup/cygwin/sigproc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sigproc.cc') diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc index b4bd1ef1e..f924a4c59 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -97,7 +97,7 @@ Static pinfo *zombies[PSIZE] = {NULL}; // All my deceased children info Static int nchildren = 0; // Number of active children Static int nzombies = 0; // Number of deceased children -Static waitq waitq_head = {0}; // Start of queue for wait'ing threads +Static waitq waitq_head = {0, 0, 0, 0, 0, 0, 0};// Start of queue for wait'ing threads Static waitq waitq_main; // Storage for main thread DWORD NO_COPY maintid = 0; // ID of the main thread -- cgit v1.2.3