aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-05-26 19:55:28 +0300
committerEli Zaretskii2014-05-26 19:55:28 +0300
commit9aecbeb30847520f92ba273ec149c9ea5f289c51 (patch)
treee054e92b1966bbd5e062fe5367b3df251229146a /lib-src/ChangeLog
parent86c72932a19129b1afa8f02f7ff1d412d7d10fc9 (diff)
downloademacs-9aecbeb30847520f92ba273ec149c9ea5f289c51.tar.gz
emacs-9aecbeb30847520f92ba273ec149c9ea5f289c51.zip
Minor fixes for MS-Windows MinGW64 build.
src/w32.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Define only if undefined. lib-src/ntlib.h (lseek): Don't redirect to _lseek.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index cedd9ab8965..d7c755e67f0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12014-05-26 Eli Zaretskii <eliz@gnu.org>
2
3 * ntlib.h (lseek): Don't redirect to _lseek.
4
12014-05-26 Paul Eggert <eggert@cs.ucla.edu> 52014-05-26 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Fix rcs2log problems with CVS. 7 Fix rcs2log problems with CVS.