Mercurial > emacs
diff src/process.c @ 53732:0341435e76ce
* process.c (sigchld_handler): Add comment about not calling malloc
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Tue, 27 Jan 2004 21:34:43 +0000 |
| parents | e069e543fd28 |
| children | ad9da392f358 1d2f73785d9d |
line wrap: on
line diff
--- a/src/process.c Tue Jan 27 19:01:24 2004 +0000 +++ b/src/process.c Tue Jan 27 21:34:43 2004 +0000 @@ -6094,7 +6094,10 @@ 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)
