summaryrefslogtreecommitdiff
path: root/src/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall.c')
-rw-r--r--src/syscall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall.c b/src/syscall.c
index 0ad5c13..a9e648e 100644
--- a/src/syscall.c
+++ b/src/syscall.c
@@ -36,5 +36,5 @@ int io_uring_enter(int fd, unsigned int to_submit, unsigned int min_complete,
unsigned int flags)
{
return syscall(__NR_sys_io_uring_enter, fd, to_submit, min_complete,
- flags);
+ flags, NULL, 0);
}