| author | |
| committer | |
| log | 7eee0d3353c669fdf01999b319ab37883a107754 |
| tree | f5428b1a94810330ec81bbadac6a960231afaf3c |
| parent | ccf5a6cc5c5070a130f4879069390933f9c738f1 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux/io_uring.zig+1-1| ... | ... | @@ -4121,7 +4121,7 @@ test "openat_direct/close_direct" { |
| 4121 | 4121 | } |
| 4122 | 4122 | |
| 4123 | 4123 | /// For use in tests. Returns SkipZigTest is kernel version is less than required. |
| 4124 | fn skipKernelLessThan(required: std.SemanticVersion) !void { | |
| 4124 | inline fn skipKernelLessThan(required: std.SemanticVersion) !void { | |
| 4125 | 4125 | if (builtin.os.tag != .linux) return error.SkipZigTest; |
| 4126 | 4126 | |
| 4127 | 4127 | var uts: linux.utsname = undefined; |