summaryrefslogtreecommitdiff
path: root/lib/libc/sys/io_uring_register.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-15 18:44:07 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-15 18:44:07 +0100
commit01cf24ec66c663e3f40be1d5c703aa9666effc85 (patch)
tree9e5bed524b013ee2609d7e5f1282eaa96eec404c /lib/libc/sys/io_uring_register.c
parent6f6c027a90fba09f06ea0937b57cfd349661620e (diff)
Add inotify and reorganize eventfd and io_uring syscalls
Diffstat (limited to 'lib/libc/sys/io_uring_register.c')
-rw-r--r--lib/libc/sys/io_uring_register.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/sys/io_uring_register.c b/lib/libc/sys/io_uring_register.c
deleted file mode 100644
index bee2355f..00000000
--- a/lib/libc/sys/io_uring_register.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <syscall.h>
-
-int io_uring_register(unsigned int fd, unsigned int opcode, void *arg,
- unsigned int nr_args)
-{
- return syscall(io_uring_register, fd, opcode, arg, nr_args);
-}