This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Missing sigwait() implementation


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]