Re: [PATCH 7/7] aio: implement io_pgetevents

From: Christoph Hellwig
Date: Tue Jul 10 2018 - 08:49:50 EST


On Mon, Jul 09, 2018 at 09:21:53PM +0200, Stephan Müller wrote:
> Without such a patch, libkcapi fails to compile as well. See [1].
>
> Apart from your suggested patch above, do you have another suggestion how make
> the user space code compile?

The only other option would be to move the __aio_sigset delcaration
out of the uapi header, similar to what we do for pselect. This is
also rather ugly, but I gess that's what we'll have to do. I will
prepare a patch for it.