diff options
Diffstat (limited to 'lib/libc/sys/io_uring_register.c')
| -rw-r--r-- | lib/libc/sys/io_uring_register.c | 7 |
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); -} |
