From e3fc95aad29253c7d28e6157c6594c9a15d9b584 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Thu, 12 Dec 2024 03:57:42 -0500 Subject: [PATCH] Revert "this code is junk" This reverts commit 699e06f32a599562134ab81b9a712e2dd98bbdd6. --- include/fast_io_hosted/process/process/posix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fast_io_hosted/process/process/posix.h b/include/fast_io_hosted/process/process/posix.h index 568228ce..c7a1e8c9 100644 --- a/include/fast_io_hosted/process/process/posix.h +++ b/include/fast_io_hosted/process/process/posix.h @@ -286,7 +286,6 @@ inline pid_t pipefork_execveat_common_impl(int dirfd, char const *cstr, char con #endif } posix_waitpid(pid); - return 0; } template