mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 12:00:35 +08:00
Cygwin: sigproc.cc: add comment
This commit is contained in:
parent
52311e4488
commit
8e58acb944
@ -44,7 +44,11 @@ char NO_COPY myself_nowait_dummy[1] = {'0'};
|
|||||||
|
|
||||||
#define Static static NO_COPY
|
#define Static static NO_COPY
|
||||||
|
|
||||||
/* All my children info. Avoid expensive constructor ops at DLL startup */
|
/* All my children info. Avoid expensive constructor ops at DLL
|
||||||
|
startup.
|
||||||
|
|
||||||
|
This class can allocate memory. But there's no need to free it
|
||||||
|
because only one instance of the class is created per process. */
|
||||||
class child_procs {
|
class child_procs {
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
static const int _NPROCS = 256;
|
static const int _NPROCS = 256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user