Match const signatures in io_uring_prep_* to native functions

io_uring_prep_{readv,writev,read_fixed,write_fixed}() take
non-const arguments that are const in the native functions
that they mimic. Make those arguments const.

Signed-off-by: Ian Gulliver <git@flamingcow.io>
1 file changed
tree: 602308d43d0b344495b6293cfb9a944588faf009
  1. examples/
  2. man/
  3. src/
  4. test/
  5. .gitignore
  6. configure
  7. COPYING
  8. liburing.spec
  9. Makefile