Skip to content

Commit 12d0c9a

Browse files
committed
add std.fs.Dir.Handle
mirrors std.fs.File.Handle
1 parent 5c6f5e6 commit 12d0c9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/std/fs/Dir.zig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
fd: posix.fd_t,
1+
fd: Handle,
2+
3+
pub const Handle = posix.fd_t;
24

35
pub const default_mode = 0o755;
46

0 commit comments

Comments
 (0)