aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-22 05:56:38 +0200
committerEli Zaretskii2012-11-22 05:56:38 +0200
commitec84768f9754d5943610cbbd048dc4d4a46d847f (patch)
tree7159daa67006d968c3ab7d2c221394a2ee4cd2ff /src/ChangeLog
parent723da6aa83d8308623ed56aff31a4171fae029ee (diff)
downloademacs-ec84768f9754d5943610cbbd048dc4d4a46d847f.tar.gz
emacs-ec84768f9754d5943610cbbd048dc4d4a46d847f.zip
Fix MS-Windows build following 2012-11-21T21:06:52Z!eggert@cs.ucla.edu.
src/w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts with Windows system header. Fixes: debbugs:12945
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e9ae468044..3587a9e295b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-11-22 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (getcwd): Fix the 2nd argument type, to prevent conflicts
4 with Windows system header.
5
12012-11-21 Paul Eggert <eggert@cs.ucla.edu> 62012-11-21 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945). 8 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).