]> Savannah Git Hosting - gnulib.git/commitdiff
execute: Update comment.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Apr 2018 17:18:59 +0000 (19:18 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Apr 2018 17:18:59 +0000 (19:18 +0200)
* lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h.

ChangeLog
lib/execute.h

index 6d867080303cb3c5681ce909531c854b2b652d54..b02d82cb6dd71c14bce24277e92b0b62d3fc1241 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-07  Bruno Haible  <bruno@clisp.org>
+
+       execute: Update comment.
+       * lib/execute.h (execute): Refer to spawn-pipe.h, not pipe.h.
+
 2018-04-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        fts: treat CIFS like NFS
index dfa39a3c3143a24b4b2a66e8e4b423fd9e130b58..f8f92b076d8d96a0063561b8116cd6a5c9fc9fa7 100644 (file)
@@ -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,