mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
add std.fs.Dir.Handle
mirrors std.fs.File.Handle
This commit is contained in:
parent
5c6f5e6cf2
commit
12d0c9a2fc
@ -1,4 +1,6 @@
|
||||
fd: posix.fd_t,
|
||||
fd: Handle,
|
||||
|
||||
pub const Handle = posix.fd_t;
|
||||
|
||||
pub const default_mode = 0o755;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user