aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-23 07:42:56 -0800
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-11-23 07:42:56 -0800
commit21531f1e80327f3c64e17fb3069c6bb38e8aad0c (patch)
treeb329fe2db95112d70f1e605e2acff84603142726
parentac36ea51cfb85130403ac09299f8e1207bad4bcb (diff)
downloadbun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.tar.gz
bun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.tar.zst
bun-21531f1e80327f3c64e17fb3069c6bb38e8aad0c.zip
Linux build issue
-rw-r--r--src/bun.js/webcore/streams.zig1
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);