aboutsummaryrefslogtreecommitdiff
path: root/lib/std/std.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-12-06 21:06:30 -0800
committerAndrew Kelley <andrew@ziglang.org>2025-12-23 22:15:08 -0800
commit916998315967f73c91e682e9ea05dd3232818654 (patch)
tree6cd1ee9b952441c6b6ea1ddbad17a5cfd4b5f860 /lib/std/std.zig
parent877032ec6a0007316f42658d12042f1473de4856 (diff)
downloadzig-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.zig2
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,