From: Paul Eggert Date: Sun, 20 Mar 2011 05:15:59 +0000 (-0700) Subject: Add Bug#8298. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~513^2~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c939f91b4d9d7830daf4e17cacbab1709ce9949d;p=emacs.git Add Bug#8298. --- 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.