]> Savannah Git Hosting - gnulib.git/commitdiff
fpending: Revert workaround against Emacs bug.
authorBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 12:27:08 +0000 (13:27 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 17 Dec 2016 12:29:37 +0000 (13:29 +0100)
* lib/stdio-impl.h [__MINGW32__]: Revert conditional.
The Emacs bug is fixed by Eli Zaretskii in
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html

ChangeLog
lib/stdio-impl.h

index c8bce8f8849a47256c229a5af999b50b4ca3357e..5f0f3336416d003e9adaa7951ea4032e6173bf14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-12-17  Bruno Haible  <bruno@clisp.org>
+
+       fpending: Revert workaround against Emacs bug.
+       * lib/stdio-impl.h [__MINGW32__]: Revert conditional.
+       The Emacs bug is fixed by Eli Zaretskii in
+       http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00715.html
+
 2016-12-17  Bruno Haible  <bruno@clisp.org>
 
        getlogin_r tests: Port to mingw.
index 1972a33ab13ab894913317603f430b5d8ec2bbec..766d6936590f72bca14f5f7c413818a087fdf940 100644 (file)
@@ -26,9 +26,7 @@
 # include <sys/param.h>
 #endif
 
-#ifndef __MINGW32__
 #include <errno.h>                             /* For detecting Plan9.  */
-#endif
 
 #if defined __sferror || defined __DragonFly__ || defined __ANDROID__
   /* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin, Android */