mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-08 18:19:08 +08:00
Cygwin: sigproc: fix minor formatting issue
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
403b48fc6b
commit
bc9149b347
@ -78,7 +78,7 @@ class child_procs {
|
||||
}
|
||||
return ((pinfo *) _procs)[idx];
|
||||
}
|
||||
int max_child_procs () const { return _NPROCS + _NPROCS_2; }
|
||||
int max_child_procs () const { return _NPROCS + _NPROCS_2; }
|
||||
};
|
||||
Static child_procs chld_procs;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user