From 5ffa632b46cdc0a7b7a7c7380261ced3cfd6d1eb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 7 Apr 2018 19:18:59 +0200 Subject: [PATCH] execute: Update comment. * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h. --- ChangeLog | 5 +++++ lib/execute.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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, -- 2.39.5