syscall: fix names of __NR_* macros

Rename __NR_sys_io_uring* to __NR_io_uring* to match kernel headers.
The prefix traditionally used for macros describing syscall numbers
is "__NR_", not "__NR_sys_".

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 file changed
tree: 8eef3dc241ad423660fd63ce6d94367993dd5a63
  1. examples/
  2. man/
  3. src/
  4. test/
  5. .gitignore
  6. configure
  7. COPYING
  8. liburing.spec
  9. Makefile