From: Bruno Haible Date: Mon, 14 Dec 2020 17:07:28 +0000 (+0100) Subject: spawn: Make it compile on native Windows. X-Git-Tag: v1.0~3369 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=12c8567fcbe7e7baf89ba9fadc157e0a336705dc;p=gnulib.git spawn: Make it compile on native Windows. * modules/spawn (Depends-on): Add signal-h. --- diff --git a/ChangeLog b/ChangeLog index 865cc91b24..21cc216e20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-12-14 Bruno Haible + + spawn: Make it compile on native Windows. + * modules/spawn (Depends-on): Add signal-h. + 2020-12-14 Bruno Haible windows-spawn: Avoid shadowing a variable. diff --git a/modules/spawn b/modules/spawn index f1b99cab6f..1828d37bf4 100644 --- a/modules/spawn +++ b/modules/spawn @@ -9,6 +9,7 @@ m4/pid_t.m4 Depends-on: include_next sched +signal-h snippet/arg-nonnull snippet/c++defs snippet/warn-on-use