mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
e963ce17d6
commit
effc686e3c
2
ev.h
2
ev.h
|
@ -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 {
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue