diff options
| author | Paul Eggert | 2011-03-19 22:15:59 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-19 22:15:59 -0700 |
| commit | c939f91b4d9d7830daf4e17cacbab1709ce9949d (patch) | |
| tree | 0fc30c426278c0dbd00d9051d805327295c8fcd6 /src | |
| parent | 12d8b6ab59c4a70a7af46361dc4ff05308982a54 (diff) | |
| download | emacs-c939f91b4d9d7830daf4e17cacbab1709ce9949d.tar.gz emacs-c939f91b4d9d7830daf4e17cacbab1709ce9949d.zip | |
Add Bug#8298.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bc306f20578..744d3ef53f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | (Fnetwork_interface_info): Fix pointer signedness. | 8 | (Fnetwork_interface_info): Fix pointer signedness. |
| 9 | (process_send_signal): Add cast to avoid pointer signedness problem. | 9 | (process_send_signal): Add cast to avoid pointer signedness problem. |
| 10 | (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | 10 | (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. |
| 11 | (create_process): Use 'volatile' to avoid vfork clobbering. | 11 | (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298). |
| 12 | 12 | ||
| 13 | 2011-03-19 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2011-03-19 Paul Eggert <eggert@cs.ucla.edu> |
| 14 | 14 | ||
| @@ -75,7 +75,8 @@ | |||
| 75 | 75 | ||
| 76 | * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. | 76 | * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. |
| 77 | 77 | ||
| 78 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. | 78 | * callproc.c (Fcall_process): Use 'volatile' to avoid vfork |
| 79 | clobbering (Bug#8298). | ||
| 79 | * sysdep.c (sys_subshell): Likewise. | 80 | * sysdep.c (sys_subshell): Likewise. |
| 80 | Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out. | 81 | Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out. |
| 81 | 82 | ||