aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
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
132011-03-19 Paul Eggert <eggert@cs.ucla.edu> 132011-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