Ian Gulliver 38eabdd644 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>
2019-05-19 10:21:01 -07:00
2019-05-18 12:49:55 -06:00
2019-03-06 08:31:11 -07:00
2019-01-15 11:19:16 -07:00
2019-01-08 07:38:15 -07:00
2019-05-06 15:44:58 -06:00
Description
No description provided
157 KiB
Languages
C 93%
Makefile 6.5%
Shell 0.5%