mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-02 12:30:24 +08:00
Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
This commit is contained in:
parent
cc0b331bef
commit
55c4162360
@ -636,7 +636,7 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv,
|
|||||||
}
|
}
|
||||||
struct fhandler_console::handle_set_t cons_handle_set = { 0, };
|
struct fhandler_console::handle_set_t cons_handle_set = { 0, };
|
||||||
if (cons_native)
|
if (cons_native)
|
||||||
/* Console handles will be closed by close_all_handle(),
|
/* Console handles will be closed by close_all_files(),
|
||||||
therefore, duplicate them here */
|
therefore, duplicate them here */
|
||||||
cons_native->get_duplicated_handle_set (&cons_handle_set);
|
cons_native->get_duplicated_handle_set (&cons_handle_set);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user