aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2004-01-27 21:34:43 +0000
committerJan Djärv <[email protected]>2004-01-27 21:34:43 +0000
commitce38070aa21d6d1e4853e022bdedca7e3d7a99b8 (patch)
tree5bb5c0d639c7522d754e539c7e7d328062772276 /src/process.c
parentf5ea26f8ec93457d25c7ebf4cb7b1d2baf00d7f5 (diff)
* process.c (sigchld_handler): Add comment about not calling malloc
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 83f6df2d23..52d9bf3fff 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6094,7 +6094,10 @@ kill_buffer_processes (buffer)
queued and the signal-catching function will be continually
reentered until the queue is empty". Invoking signal() causes the
kernel to reexamine the SIGCLD queue. Fred Fish, UniSoft Systems
- Inc. */
+ Inc.
+
+ ** Malloc WARNING: This should never call malloc either directly or
+ indirectly; if it does, that is a bug */
SIGTYPE
sigchld_handler (signo)