We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6f5e6 commit 12d0c9aCopy full SHA for 12d0c9a
lib/std/fs/Dir.zig
@@ -1,4 +1,6 @@
1
-fd: posix.fd_t,
+fd: Handle,
2
+
3
+pub const Handle = posix.fd_t;
4
5
pub const default_mode = 0o755;
6
0 commit comments