From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lir8D-0004hf-1F for qemu-devel@nongnu.org; Sun, 15 Mar 2009 10:16:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lir87-0004g6-GP for qemu-devel@nongnu.org; Sun, 15 Mar 2009 10:15:59 -0400 Received: from [199.232.76.173] (port=44756 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lir87-0004fi-BD for qemu-devel@nongnu.org; Sun, 15 Mar 2009 10:15:55 -0400 Received: from mx2.redhat.com ([66.187.237.31]:44064) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lir86-0004Sb-W7 for qemu-devel@nongnu.org; Sun, 15 Mar 2009 10:15:55 -0400 Message-ID: <49BD0D98.8050803@redhat.com> Date: Sun, 15 Mar 2009 16:15:52 +0200 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [patch 1/2] qemu: sem/thread helpers References: <20090311161645.344003675@localhost.localdomain> <20090311161942.482576079@localhost.localdomain> In-Reply-To: <20090311161942.482576079@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori Marcelo Tosatti wrote: > + > +struct QemuSem { > + sem_t sema; > +}; > Why aren't you using pthread_mutex_t? -- error compiling committee.c: too many arguments to function