add std.fs.Dir.Handle

mirrors std.fs.File.Handle
This commit is contained in:
Andrew Kelley 2024-07-29 21:43:46 -07:00
parent 5c6f5e6cf2
commit 12d0c9a2fc

View File

@ -1,4 +1,6 @@
fd: posix.fd_t,
fd: Handle,
pub const Handle = posix.fd_t;
pub const default_mode = 0o755;