mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
add std.fs.Dir.Handle
mirrors std.fs.File.Handle
This commit is contained in:
parent
5c6f5e6cf2
commit
12d0c9a2fc
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
fd: posix.fd_t,
|
||||
fd: Handle,
|
||||
|
||||
pub const Handle = posix.fd_t;
|
||||
|
||||
pub const default_mode = 0o755;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue