Re: [PATCH] Implement sigtimedwait (revised)

2017-12-18 Thread Corinna Vinschen
On Dec 18 11:07, Yaakov Selkowitz wrote: > On 2017-12-18 04:48, Corinna Vinschen wrote: > > On Dec 18 01:34, Mark Geisert wrote: > >> On Mon, 18 Dec 2017, Corinna Vinschen wrote: > >>> Hi Mark, > >> [...] > >>> as I wrote on Friday, the patch looks good to me. I just need a > >>> contributors

Re: [PATCH] Implement sigtimedwait (revised)

2017-12-18 Thread Yaakov Selkowitz
On 2017-12-18 04:48, Corinna Vinschen wrote: > On Dec 18 01:34, Mark Geisert wrote: >> On Mon, 18 Dec 2017, Corinna Vinschen wrote: >>> Hi Mark, >> [...] >>> as I wrote on Friday, the patch looks good to me. I just need a >>> contributors license agreement from you per the "Before you get

Re: [PATCH] Implement sigtimedwait (revised)

2017-12-18 Thread Corinna Vinschen
On Dec 18 01:34, Mark Geisert wrote: > On Mon, 18 Dec 2017, Corinna Vinschen wrote: > > Hi Mark, > [...] > > as I wrote on Friday, the patch looks good to me. I just need a > > contributors license agreement from you per the "Before you get started" > > section on https://cygwin.com/contrib.html

Re: [PATCH] Implement sigtimedwait (revised)

2017-12-18 Thread Mark Geisert
On Mon, 18 Dec 2017, Corinna Vinschen wrote: Hi Mark, [...] as I wrote on Friday, the patch looks good to me. I just need a contributors license agreement from you per the "Before you get started" section on https://cygwin.com/contrib.html Hi Corinna, Y'all should have one from me on file

Re: [PATCH] Implement sigtimedwait (revised)

2017-12-18 Thread Corinna Vinschen
Hi Mark, On Dec 14 17:05, Mark Geisert wrote: > Abstract out common code from sigwait/sigwaitinfo/sigtimedwait to implement > the latter. > --- > winsup/cygwin/common.din | 1 + > winsup/cygwin/include/cygwin/version.h | 3 ++- > winsup/cygwin/signal.cc| 36 >