fix: Fix the issue #132

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2025-06-08 22:54:58 +08:00
parent a3abe52df9
commit a2512fe299
+1 -1
View File
@@ -249,8 +249,8 @@ static void run_task(struct task *t)
{
int opipe[2];
int epipe[2];
int err = 0;
pid_t pid;
int err;
if (pipe2(opipe, O_CLOEXEC | O_NONBLOCK) < 0 ||
pipe2(epipe, O_CLOEXEC | O_NONBLOCK) < 0) {