]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: sigproc.cc: add comment
authorKen Brown <kbrown@cornell.edu>
Sat, 29 Aug 2020 09:59:56 +0000 (05:59 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 30 Aug 2020 13:33:30 +0000 (09:33 -0400)
winsup/cygwin/sigproc.cc

index 2a9734f00654c824dd9e029dec1be0d920ebc48f..47352c213633cab5a5ef47b2a713a6625ee27b72 100644 (file)
@@ -44,7 +44,11 @@ char NO_COPY myself_nowait_dummy[1] = {'0'};
 
 #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 {
 #ifdef __i386__
     static const int _NPROCS = 256;
This page took 0.03041 seconds and 5 git commands to generate.