aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 22:18:33 -0700
committerPaul Eggert2011-03-16 22:18:33 -0700
commitb766f86726fc2828a035cb8db149598a3a84de96 (patch)
tree6b5d450e3d181a461e2e6f32c2e10bc02a3baa40 /src/ChangeLog
parentbe02381c5db4236f51f474726003d5a97bbc61f7 (diff)
downloademacs-b766f86726fc2828a035cb8db149598a3a84de96.tar.gz
emacs-b766f86726fc2828a035cb8db149598a3a84de96.zip
* process.c (make_serial_process_unwind, send_process_trap):
(sigchld_handler): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e7556f0e85..2b7d5289e67 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-17 Paul Eggert <eggert@cs.ucla.edu> 12011-03-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * process.c (make_serial_process_unwind, send_process_trap):
4 (sigchld_handler): Now static.
5
3 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. 6 * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.
4 That way, the code declares only the vars that it needs. 7 That way, the code declares only the vars that it needs.
5 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. 8 * s/aix4-2.h (PTY_ITERATION): Declare iteration vars.