this repo has no description
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

kqueue: set result field for stat

+1
+1
src/Kqueue.zig
··· 403 403 .dev_minor = major(@intCast(stat.dev)), 404 404 .__pad2 = undefined, 405 405 }; 406 + task.result = .{ .statx = req.result }; 406 407 } else |_| task.result = .{ .statx = error.Unexpected }; 407 408 }, 408 409