Re-sync our Mutex implementation with zig stdlib (#16271)

This commit is contained in:
Jarred Sumner
2025-01-08 21:09:27 -08:00
committed by GitHub
parent 73fd69fcb4
commit 2465ccae53
48 changed files with 484 additions and 574 deletions

View File

@@ -38,7 +38,7 @@ const DotEnv = @import("../env_loader.zig");
const NPMClient = @import("../which_npm_client.zig").NPMClient;
const which = @import("../which.zig").which;
const clap = bun.clap;
const Lock = @import("../lock.zig").Lock;
const Lock = bun.Mutex;
const Headers = bun.http.Headers;
const CopyFile = @import("../copy_file.zig");
var bun_path_buf: bun.PathBuffer = undefined;