liburing icon indicating copy to clipboard operation
liburing copied to clipboard

Change type of `flags` in `io_uring_prep_renameat()` to `unsigned int`

Open YoSTEALTH opened this issue 2 years ago • 0 comments

According to: https://man7.org/linux/man-pages/man2/rename.2.html renameat2 flags takes unsigned int

Signed-off-by: Ritesh [email protected]

YoSTEALTH avatar Jun 25 '22 07:06 YoSTEALTH