diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2025-12-06 21:06:30 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2025-12-23 22:15:08 -0800 |
| commit | 916998315967f73c91e682e9ea05dd3232818654 (patch) | |
| tree | 6cd1ee9b952441c6b6ea1ddbad17a5cfd4b5f860 /lib/std/std.zig | |
| parent | 877032ec6a0007316f42658d12042f1473de4856 (diff) | |
| download | zig-916998315967f73c91e682e9ea05dd3232818654.tar.gz zig-916998315967f73c91e682e9ea05dd3232818654.zip | |
std.fs: migrate most of the API elsewhere
Diffstat (limited to 'lib/std/std.zig')
| -rw-r--r-- | lib/std/std.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/std.zig b/lib/std/std.zig index 84e402f52b..106811859b 100644 --- a/lib/std/std.zig +++ b/lib/std/std.zig @@ -115,7 +115,7 @@ pub const Options = struct { enable_segfault_handler: bool = debug.default_enable_segfault_handler, /// Function used to implement `std.fs.cwd` for WASI. - wasiCwd: fn () os.wasi.fd_t = fs.defaultWasiCwd, + wasiCwd: fn () os.wasi.fd_t = os.defaultWasiCwd, /// The current log level. log_level: log.Level = log.default_level, |
