diff options
author | 2022-11-23 07:42:56 -0800 | |
---|---|---|
committer | 2022-11-23 07:42:56 -0800 | |
commit | 21531f1e80327f3c64e17fb3069c6bb38e8aad0c (patch) | |
tree | b329fe2db95112d70f1e605e2acff84603142726 | |
parent | ac36ea51cfb85130403ac09299f8e1207bad4bcb (diff) | |
download | bun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.tar.gz bun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.tar.zst bun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.zip |
Linux build issue
-rw-r--r-- | src/bun.js/webcore/streams.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/webcore/streams.zig b/src/bun.js/webcore/streams.zig index 54819a4e5..8c3f3dfb1 100644 --- a/src/bun.js/webcore/streams.zig +++ b/src/bun.js/webcore/streams.zig @@ -3491,6 +3491,7 @@ pub const FIFO = struct { signal: JSC.WebCore.Signal = .{}, is_first_read: bool = true, auto_close: bool = true, + adjusted_pipe_size_on_linux: bool = false, pub usingnamespace NewReadyWatcher(@This(), .readable, ready); |