summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-02-27 09:04:42 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2018-02-27 09:05:16 -0800
commite6aa578643640d094cbc4c0985066266203c1535 (patch)
tree683ae022b9f863c5eefcb61f9bbb1781930defd4 /ChangeLog
parent0bec5d56c6938c2f28417bb5fd1c4b05ea2e7d28 (diff)
downloadgnulib-e6aa578643640d094cbc4c0985066266203c1535.tar.gz
environ: fix link error on 32-bit Cygwin
Problem reported for GNU Emacs by Ken Brown in: https://lists.gnu.org/r/emacs-devel/2018-02/msg00765.html * lib/unistd.in.h (environ) [__i386__]: Do not redeclare.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f2f06ead7..667f916630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-27 Paul Eggert <eggert@cs.ucla.edu>
+
+ environ: fix link error on 32-bit Cygwin
+ Problem reported for GNU Emacs by Ken Brown in:
+ https://lists.gnu.org/r/emacs-devel/2018-02/msg00765.html
+ * lib/unistd.in.h (environ) [__i386__]: Do not redeclare.
+
2018-02-24 Bruno Haible <bruno@clisp.org>
mbrtowc tests: Fix regression on glibc.