* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in an
execed process to avoid a race. * sigproc.cc (wait_subproc): Print more info when a WFSO error occurs. * automode.c: New file. * syscalls.cc (close_all_files): Streamline slightly. * cygheap.cc (ccalloc): Clear *entire* allocated array.
This commit is contained in:
@@ -38,7 +38,7 @@ extern void cygwin_premain3 (int argc, char **argv);
|
||||
|
||||
struct __cygwin_perfile
|
||||
{
|
||||
char *name;
|
||||
const char *name;
|
||||
unsigned flags;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user