aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 16:29:03 -0700
committerPaul Eggert2011-07-06 16:29:03 -0700
commit8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0 (patch)
tree71c1af855a3aa6f8934310c324abc3d288cadfd3
parent123403e42f1a1d556fb33cfd60cbec124d740837 (diff)
downloademacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.tar.gz
emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.zip
Add Bug#.
-rw-r--r--ChangeLog2
-rw-r--r--src/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d69b94943e..62847460778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12011-07-06 Paul Eggert <eggert@cs.ucla.edu> 12011-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Add gnulib support for pthread_sigmask. 3 Add gnulib support for pthread_sigmask (Bug#9010).
4 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask. 4 * Makefile.in (GNULIB_MODULES): Add pthread_sigmask.
5 (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own 5 (GNULIB_TOOL_FLAGS): Avoid sigprocmask. Emacs does its own
6 implementation of 'sigprocmask' on Windows, and it assumes 6 implementation of 'sigprocmask' on Windows, and it assumes
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c73cb9ed85..41dd4c0e9c1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12011-07-06 Paul Eggert <eggert@cs.ucla.edu> 12011-07-06 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Use pthread_sigmask, not sigprocmask. 3 Use pthread_sigmask, not sigprocmask (Bug#9010).
4 * callproc.c (Fcall_process): 4 * callproc.c (Fcall_process):
5 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask): 5 * sysdep.c (sys_sigblock, sys_sigunblock, sys_sigsetmask):
6 * process.c (create_process): 6 * process.c (create_process):