Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 using -f Message-ID: <3ECB4BE1.6050609@gmx.net> Date: Wed, 21 May 2003 11:50:25 +0200 From: Thomas Pfaff 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 Subject: Re: Missing sigwait() implementation References: In-Reply-To: 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/