aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-07-09 10:00:58 +0300
committerEli Zaretskii2011-07-09 10:00:58 +0300
commit8278c4fef89c289a1f7a83170301bf501a479f3a (patch)
tree56c8f8c468a2b781dff091e3bdbe578e38bbf1e6 /src/ChangeLog
parent2d43b8c9716af32033eb778d3fabb1a47dd44535 (diff)
downloademacs-8278c4fef89c289a1f7a83170301bf501a479f3a.tar.gz
emacs-8278c4fef89c289a1f7a83170301bf501a479f3a.zip
Fix MS-Windows build broken by 2011-07-08T20:39:30Z!eggert@cs.ucla.edu.
src/w32.c (pthread_sigmask): New stub.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3cf90d10289..c1c0241e364 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-07-09 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (pthread_sigmask): New stub.
4
12011-07-08 Paul Eggert <eggert@cs.ucla.edu> 52011-07-08 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Use pthread_sigmask, not sigprocmask (Bug#9010). 7 Use pthread_sigmask, not sigprocmask (Bug#9010).