Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix IORING_ASYNC_CANCEL_ALL undeclared
../src/main.c: In function ‘main’: ../src/main.c:703:43: error: ‘IORING_ASYNC_CANCEL_ALL’ undeclared (first use in this function); did you mean ‘IORING_OP_ASYNC_CANCEL’? 703 | io_uring_prep_cancel(sqe, &idledOp, IORING_ASYNC_CANCEL_ALL); | ^~~~~~~~~~~~~~~~~~~~~~~ | IORING_OP_ASYNC_CANCEL
- Loading branch information