From 6b838263ea2bed15f7b2953cf899cf60c417d79d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 14 Jul 2006 00:50:55 +0000 Subject: * sigproc.cc (waitq_head): Don't initialize to zero. * sigproc.h: Update copyright, fix whitespace. --- 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 a14b26042..d2c9109c8 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc @@ -70,7 +70,7 @@ Static int nprocs; // Number of deceased children Static char cprocs[(NPROCS + 1) * sizeof (pinfo)];// All my children info #define procs ((pinfo *) cprocs) // All this just to avoid expensive // constructor operation at DLL startup -Static waitq waitq_head = {0, 0, 0, 0, 0, 0, 0};// Start of queue for wait'ing threads +Static waitq waitq_head; // Start of queue for wait'ing threads Static muto sync_proc_subproc; // Control access to subproc stuff -- cgit v1.2.3