]> git.eshelyaron.com Git - emacs.git/commit
(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
authorChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:16:03 +0000 (18:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 17 Mar 2007 18:16:03 +0000 (18:16 +0000)
commit8e050977ee78cb7cf2152fc56baf1cbd7a4afd6e
treed202eb5d273df0a210d3af6b251fd9996966eacc
parent46adc7a566a687513450388cb201895b4d351d1d
(sigchld_handler): Change type of pid to pid_t.  Scan deleted_pid_list
explicitly to avoid using Fmember which don't know about mark bits and
make_fixnum_or_float which may malloc.  Reported by Andreas Schwab.
src/process.c