aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-17 22:06:34 -0700
committerPaul Eggert2011-03-17 22:06:34 -0700
commit7e9123a200047d0caaaa02e866aae6b7c4cebeb6 (patch)
tree7d33d368a5f0957e4088d6f818e132b1dab53b25 /src/ChangeLog
parent6bd8c14466b0787f9675279727efdff93bced7bb (diff)
downloademacs-7e9123a200047d0caaaa02e866aae6b7c4cebeb6.tar.gz
emacs-7e9123a200047d0caaaa02e866aae6b7c4cebeb6.zip
* sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.
Before, this 'volatile' was incorrectly IF_LINTted out.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index da9676233e0..53f66bd8032 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12011-03-18 Paul Eggert <eggert@cs.ucla.edu> 12011-03-18 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * sysdep.c (sys_subshell): Use 'volatile' to avoid vfork clobbering.
4 Before, this 'volatile' was incorrectly IF_LINTted out.
5
3 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. 6 * lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
4 This should get cleaned up, so that child_setup has the 7 This should get cleaned up, so that child_setup has the
5 same signature on all platforms. 8 same signature on all platforms.