From 01cf24ec66c663e3f40be1d5c703aa9666effc85 Mon Sep 17 00:00:00 2001 From: Kacper Date: Mon, 15 Dec 2025 18:44:07 +0100 Subject: Add inotify and reorganize eventfd and io_uring syscalls --- lib/libc/sys/io_uring_enter.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 lib/libc/sys/io_uring_enter.c (limited to 'lib/libc/sys/io_uring_enter.c') diff --git a/lib/libc/sys/io_uring_enter.c b/lib/libc/sys/io_uring_enter.c deleted file mode 100644 index 5fe0773d..00000000 --- a/lib/libc/sys/io_uring_enter.c +++ /dev/null @@ -1,10 +0,0 @@ -#include -#include - -int io_uring_enter(unsigned int fd, unsigned int to_submit, - unsigned int min_complete, unsigned int flags, sigset_t *sig, - size_t sz) -{ - return syscall(io_uring_enter, fd, to_submit, min_complete, flags, sig, - sz); -} -- cgit v1.2.3