mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
A couple small zig cleanup things (#20196)
This commit is contained in:
@@ -52,7 +52,7 @@ pub fn NewIterator(comptime use_windows_ospath: bool) type {
|
||||
.macos, .ios, .freebsd, .netbsd, .dragonfly, .openbsd, .solaris => struct {
|
||||
dir: Dir,
|
||||
seek: i64,
|
||||
buf: [8192]u8, // TODO align(@alignOf(os.system.dirent)),
|
||||
buf: [8192]u8 align(@alignOf(std.posix.system.dirent)),
|
||||
index: usize,
|
||||
end_index: usize,
|
||||
received_eof: bool = false,
|
||||
|
||||
Reference in New Issue
Block a user