Re: Problem: sigrelse() in winsup but not defined in signal.h

2005-11-10 Thread Corinna Vinschen
On Nov 10 13:33, Scott Finneran wrote: > Hello Igor, > > Thankyou for your reply. Firstly, yes I should have done a bit more > reading before posting. I did as you suggested and downloaded the latest > snapshot (winsup-src-20051108). > > The problem that I experienced before still exists in the

Re: Problem: sigrelse() in winsup but not defined in signal.h

2005-11-09 Thread Scott Finneran
Hello Igor, Thankyou for your reply. Firstly, yes I should have done a bit more reading before posting. I did as you suggested and downloaded the latest snapshot (winsup-src-20051108). The problem that I experienced before still exists in the latest snapshot. sigrelse() is defined in winsup/

Re: Problem: sigrelse() in winsup but not defined in signal.h

2005-11-09 Thread Igor Pechtchanski
On Thu, 10 Nov 2005, Scott Finneran wrote: > I am trying to compile something under cygwin but am hitting a snag with > sigrelse(). I am running the latest binary downloaded by setup.exe. Please see for instructions on reporting your Cygwin version properly. How

Problem: sigrelse() in winsup but not defined in signal.h

2005-11-09 Thread Scott Finneran
Hello, I am trying to compile something under cygwin but am hitting a snag with sigrelse(). I am running the latest binary downloaded by setup.exe. It appears to be defined in winsup/cygwin/exceptions.cc (in CVS) but is not declared in signal.h so of course the compile fails. Is there any r