add std.fs.Dir.Handle
mirrors std.fs.File.Handle
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
fd: posix.fd_t,
|
||||
fd: Handle,
|
||||
|
||||
pub const Handle = posix.fd_t;
|
||||
|
||||
pub const default_mode = 0o755;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user