diff options
| author | Paul Eggert | 2011-03-16 22:18:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 22:18:33 -0700 |
| commit | b766f86726fc2828a035cb8db149598a3a84de96 (patch) | |
| tree | 6b5d450e3d181a461e2e6f32c2e10bc02a3baa40 /src/ChangeLog | |
| parent | be02381c5db4236f51f474726003d5a97bbc61f7 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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. |