From dddbfab568d42e443f102d35c84432824cc59fee Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 22 Mar 2017 21:37:30 +0000 Subject: Fix case where s6-tls[cd] would sometimes not detect an application and remain there forever with its zombie, both condemned to err in limbo for all eternity, the living and the dead, hand in hand --- src/stls/stls-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stls/stls-internal.h') diff --git a/src/stls/stls-internal.h b/src/stls/stls-internal.h index 48a119e..d5c59e7 100644 --- a/src/stls/stls-internal.h +++ b/src/stls/stls-internal.h @@ -6,6 +6,6 @@ #include #include -extern pid_t stls_clean_tls_and_spawn (char const *const *, char const *const *, int *, uint32_t) ; +extern pid_t stls_prep_spawn_drop (char const *const *, char const *const *, int *, uid_t, gid_t, uint32_t) ; #endif -- cgit v1.3.1