aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-06 16:29:03 -0700
committerPaul Eggert2011-07-06 16:29:03 -0700
commit8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0 (patch)
tree71c1af855a3aa6f8934310c324abc3d288cadfd3 /ChangeLog
parent123403e42f1a1d556fb33cfd60cbec124d740837 (diff)
downloademacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.tar.gz
emacs-8a6ebd580bafa45ca1d8cc6294ea91facacfdbe0.zip
Add Bug#.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 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