Commit 7eee0d3353

Igor Anić <igor.anic@gmail.com>
2023-11-17 23:39:29
io_uring: try to pass windows/macos tests
1 parent ccf5a6c
Changed files (1)
lib
std
os
lib/std/os/linux/io_uring.zig
@@ -4121,7 +4121,7 @@ test "openat_direct/close_direct" {
 }
 
 /// For use in tests. Returns SkipZigTest is kernel version is less than required.
-fn skipKernelLessThan(required: std.SemanticVersion) !void {
+inline fn skipKernelLessThan(required: std.SemanticVersion) !void {
     if (builtin.os.tag != .linux) return error.SkipZigTest;
 
     var uts: linux.utsname = undefined;