Missing sigwait() implementation

Thomas Pfaff tpfaff@gmx.net
Wed May 21 11:23:00 GMT 2003


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/



More information about the Cygwin mailing list