s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit f6e6f678e748d8d53d15cc69c41fa281d9a7ff65
parent 3315cae54873f180a26a37a5aaccaae5febec96e
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 12 Oct 2015 14:20:07 +0000

 Agh! SIGWINCH isn't POSIX!

Diffstat:
Msrc/supervision/s6-supervise.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/supervision/s6-supervise.c b/src/supervision/s6-supervise.c @@ -1,5 +1,8 @@ /* ISC license. */ +/* For SIGWINCH */ +#include <skalibs/nonposix.h> + #include <sys/types.h> #include <sys/wait.h> #include <unistd.h>