Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: atacama.four-d.de: mail set sender to <tpfaff AT gmx DOT net> using -f Message-ID: <3ECB4BE1.6050609@gmx.net> Date: Wed, 21 May 2003 11:50:25 +0200 From: Thomas Pfaff <tpfaff AT gmx DOT net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: cygwin <cygwin AT cygwin DOT com> Subject: Re: Missing sigwait() implementation References: <AHECIBMGBCFCKFHCKMMMCEEBCDAA DOT mdrijver AT remedy DOT nl> In-Reply-To: <AHECIBMGBCFCKFHCKMMMCEEBCDAA.mdrijver@remedy.nl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Mark Drijver wrote: > We are porting an application to cygwin. > Does anyone know how to port or implement the sigwait() function? > > The function has already been declared in cygwin\usr\include\sys\signal.h There are plans to implement sigwait, but this will require a rewrite of the cygwin signal handling. At the moment all signals are handled by the mainthread, even those that are generated via pthread_kill or raise. Thomas -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/