linux: stub io_uring_setup.
Cmake on musl libc fails if io_uring_setup doesn't exist. This is
a system call that was added around ~2019 that adds support for
io_uring, but io_uring itself is not always enabled on modern Linux
distros. Therefore, stub with (EPERM) to let userspace know what to
do.
Signed-off-by: Philippe Michaud-Boudreault <philmb3487@proton.me>