From: Bruno Haible Date: Sat, 7 Apr 2018 17:18:59 +0000 (+0200) Subject: execute: Update comment. X-Git-Tag: v1.0~5684 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5ffa632b46cdc0a7b7a7c7380261ced3cfd6d1eb;p=gnulib.git execute: Update comment. * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h. --- diff --git a/ChangeLog b/ChangeLog index 6d86708030..b02d82cb6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-04-07 Bruno Haible + + execute: Update comment. + * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h. + 2018-04-05 Paul Eggert fts: treat CIFS like NFS diff --git a/lib/execute.h b/lib/execute.h index dfa39a3c31..f8f92b076d 100644 --- a/lib/execute.h +++ b/lib/execute.h @@ -33,7 +33,7 @@ the subprocess (if supported by the platform: not on native Windows platforms), otherwise 0. It is recommended that no signal is blocked or ignored while execute() - is called. See pipe.h for the reason. */ + is called. See spawn-pipe.h for the reason. */ extern int execute (const char *progname, const char *prog_path, char **prog_argv, bool ignore_sigpipe,