On Sat, 30 Jan 2021 13:54:58 +0100
Rainer Holzner <[email protected]> wrote:

Dear Rainer,

> Use same data type for nready (number of events) as returned by
> queue_wait(). ---
> [...]
> -     int qfd, nready, fd;
> +     int qfd, fd;
> +     ssize_t nready;
> [...]
> +                     return -1;

thanks for spotting these mistakes and submitting a patch! I've
pushed it.

With best regards

Laslo

Reply via email to