Skip to content

Commit

Permalink
Fix incorrect return types. Fixes #275.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 30, 2021
1 parent 05532a5 commit 942623a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/libev/ev_iouring.c
Expand Up @@ -287,7 +287,7 @@ iouring_sqe_get (EV_P)
}

inline_size
struct io_uring_sqe *
void
iouring_sqe_submit (EV_P_ struct io_uring_sqe *sqe)
{
unsigned idx = sqe - EV_SQES;
Expand All @@ -313,7 +313,7 @@ iouring_tfd_cb (EV_P_ struct ev_io *w, int revents)

/* called for full and partial cleanup */
ecb_cold
static int
static void
iouring_internal_destroy (EV_P)
{
close (iouring_tfd);
Expand Down

0 comments on commit 942623a

Please sign in to comment.