From c939f91b4d9d7830daf4e17cacbab1709ce9949d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 19 Mar 2011 22:15:59 -0700 Subject: [PATCH] Add Bug#8298. --- src/ChangeLog | 5 +++-- 1 file 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 @@ (Fnetwork_interface_info): Fix pointer signedness. (process_send_signal): Add cast to avoid pointer signedness problem. (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. - (create_process): Use 'volatile' to avoid vfork clobbering. + (create_process): Use 'volatile' to avoid vfork clobbering (Bug#8298). 2011-03-19 Paul Eggert @@ -75,7 +75,8 @@ * region-cache.h (pp_cache): New decl, for gcc -Wmissing-prototypes. - * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering. + * callproc.c (Fcall_process): Use 'volatile' to avoid vfork + clobbering (Bug#8298). * sysdep.c (sys_subshell): Likewise. Previously, the sys_subshell 'volatile' was incorrectly IF_LINTted out. -- 2.39.2