about summary refs log tree commit diff
path: root/urt/rle_open_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'urt/rle_open_f.c')
-rw-r--r--urt/rle_open_f.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c
index 4704de96..07dbea01 100644
--- a/urt/rle_open_f.c
+++ b/urt/rle_open_f.c
@@ -21,15 +21,18 @@
 
 
 
+#define MAX_CHILDREN 100
+    /* Maximum number of children we track; any more than this remain
+       zombies.
+    */
+
+
 #ifndef NO_OPEN_PIPES
 /* Need to have a SIGCHLD signal catcher. */
 #include <signal.h>
 #include <sys/wait.h>
 #include <errno.h>
 
-/* Count outstanding children.  Assume no more than 100 possible. */
-#define MAX_CHILDREN 100
-
 
 
 static FILE *