blob: bb25c7df8d9f52dd8e6efa25b9dee09c648665fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- node_modules/node-pty/src/unix/pty.cc.orig 2026-02-09 09:03:05 UTC
+++ node_modules/node-pty/src/unix/pty.cc
@@ -112,7 +112,7 @@ struct ExitEvent {
int exit_code = 0, signal_code = 0;
};
-#if defined(__linux__)
+#if defined(__linux__) || defined(__FreeBSD__)
static int
SetCloseOnExec(int fd) {
|