From a646c96d5f7ec4b4e0bb538a41fc202c2cdb3309 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 8 Sep 2023 08:03:58 +0000 Subject: Make child_spawn_workaround public Signed-off-by: Laurent Bercot --- src/libstddjb/child_spawn3.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libstddjb/child_spawn3.c') diff --git a/src/libstddjb/child_spawn3.c b/src/libstddjb/child_spawn3.c index 81ffb0c..6eb7519 100644 --- a/src/libstddjb/child_spawn3.c +++ b/src/libstddjb/child_spawn3.c @@ -19,10 +19,6 @@ #include #include -#ifdef SKALIBS_HASPOSIXSPAWNEARLYRETURN -# include "child_spawn-internal.h" -#endif - pid_t child_spawn3 (char const *prog, char const *const *argv, char const *const *envp, int *fds) { pid_t pid ; -- cgit v1.3.1