Re: [PATCH v2 1/3] Posix asynchronous I/O support: aio files

2018-05-02 Thread Brian Inglis
On 2018-05-02 02:21, Mark Geisert wrote: > I found a discrepancy in the Cygwin source tree and would like input on how to > resolve it... > On Thu, 19 Apr 2018, Corinna Vinschen wrote: >>> +static void >>> +aionotify (struct aiocb *aio) >>> +{ >>> +  /* if signal notification wanted, send

Re: [PATCH v2 1/3] Posix asynchronous I/O support: aio files

2018-05-02 Thread Mark Geisert
Hi Corinna, I found a discrepancy in the Cygwin source tree and would like input on how to resolve it... On Thu, 19 Apr 2018, Corinna Vinschen wrote: +static void +aionotify (struct aiocb *aio) +{ + /* if signal notification wanted, send AIO-complete signal */ + //XXX Is sigqueue() the best