]> git.eshelyaron.com Git - emacs.git/commitdiff
Add Bug#8298.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2011 05:15:59 +0000 (22:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Mar 2011 05:15:59 +0000 (22:15 -0700)
src/ChangeLog

index bc306f20578c68b23b75fe4cf916e1b1f559d32b..744d3ef53f078646c85a68665e3d001fcf5483b9 100644 (file)
@@ -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  <eggert@cs.ucla.edu>
 
@@ -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.