aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/child_spawn-internal.h
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-08 08:03:58 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-08 08:03:58 +0000
commita646c96d5f7ec4b4e0bb538a41fc202c2cdb3309 (patch)
treea5260aa8fe9c4f1ee2772d318024b5cb208f9bf2 /src/libstddjb/child_spawn-internal.h
parent1f2d5f95684e93f8523e369ef1fed7a75c444082 (diff)
downloadskalibs-a646c96d5f7ec4b4e0bb538a41fc202c2cdb3309.tar.gz
Make child_spawn_workaround public
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libstddjb/child_spawn-internal.h')
-rw-r--r--src/libstddjb/child_spawn-internal.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libstddjb/child_spawn-internal.h b/src/libstddjb/child_spawn-internal.h
deleted file mode 100644
index b0f701c..0000000
--- a/src/libstddjb/child_spawn-internal.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* ISC license. */
-
-#ifndef CHILD_SPAWN_INTERNAL_H
-#define CHILD_SPAWN_INTERNAL_H
-
-#include <skalibs/sysdeps.h>
-
-#ifdef SKALIBS_HASPOSIXSPAWNEARLYRETURN
-
-#include <sys/types.h>
-
-extern pid_t child_spawn_workaround (pid_t, int const *) ; /* closes the pipe */
-
-#endif
-
-#endif