*** empty log message ***

master
Marc Alexander Lehmann 2019-06-26 07:01:14 +00:00
parent e963ce17d6
commit effc686e3c
2 changed files with 2 additions and 2 deletions

2
ev.h
View File

@ -212,7 +212,7 @@ struct ev_loop;
/*****************************************************************************/
#define EV_VERSION_MAJOR 4
#define EV_VERSION_MINOR 26
#define EV_VERSION_MINOR 27
/* eventmask, revents, events... */
enum {

View File

@ -301,7 +301,7 @@ linuxaio_modify (EV_P_ int fd, int oev, int nev)
{
evsys_io_cancel (linuxaio_ctx, &iocb->io, (struct io_event *)0);
/* on relevant kernels, io_cancel fails with EINPROGRES if everything is fine */
assert (("libev: linuxaio unexpected io_cancel failed", errno != EINPROGRESS));
assert (("libev: linuxaio unexpected io_cancel failed", errno == EINPROGRESS));
}
if (nev)