--- libev/ev.c 2020/03/19 08:31:35 1.532 +++ libev/ev.c 2020/07/12 13:39:38 1.533 @@ -493,10 +493,10 @@ #if EV_USE_IOURING # include -# if !SYS_io_uring_setup && __linux && !__alpha -# define SYS_io_uring_setup 425 -# define SYS_io_uring_enter 426 -# define SYS_io_uring_wregister 427 +# if !SYS_io_uring_register && __linux && !__alpha +# define SYS_io_uring_setup 425 +# define SYS_io_uring_enter 426 +# define SYS_io_uring_register 427 # endif # if SYS_io_uring_setup && EV_USE_EPOLL /* iouring backend requires epoll backend */ # define EV_NEED_SYSCALL 1