/* ISC license. */ #ifndef CHILD_SPAWN_INTERNAL_H #define CHILD_SPAWN_INTERNAL_H #include #ifdef SKALIBS_HASPOSIXSPAWNEARLYRETURN #include extern pid_t child_spawn_workaround (pid_t, int const *) ; /* closes the pipe */ #endif #endif