| author | |
| committer | |
| log | 57603fd26d2902d82a7fd5e9ec2529b38bd51344 |
| tree | f08340639668ebe097f7f2e48a8fa7f55c82983f |
| parent | 575ed941d7b53e4643ab803e5500c96e0f4698b3 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux/io_uring.zig+1-1| ... | ... | @@ -212,7 +212,7 @@ pub const IO_Uring = struct { |
| 212 | 212 | linux.EINTR => return error.SignalInterrupt, |
| 213 | 213 | else => |errno| return os.unexpectedErrno(errno) |
| 214 | 214 | } |
| 215 | return @truncate(u32, res); | |
| 215 | return @intCast(u32, res); | |
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /// Sync internal state with kernel ring state on the SQ side. |